export declare const generateRandomNumber: () => number; export declare const sleep: (ms?: number) => Promise;