/**
 * Generates a random number between 0 (inclusive) and 1 (exclusive).
 * with 53 bits precission.
 **/
export declare const float: () => number;
