/**
 * Generates a random integer
 * between 0 (inclusive) and {@link Number.MAX_SAFE_INTEGER} (inclusive)
 * with 53 bits precission.
 **/
export declare const uSafeInt: () => number;
