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