import { Engine } from "../types";
/**
 * Returns a floating-point value within [0.0, 1.0]
 */
export declare function realZeroToOneInclusive(engine: Engine): number;
