export declare const randomInt: (max?: number) => number; export declare const randomFloat: (min?: number, max?: number) => number;