declare const _exports: { sleep: typeof sleep; }; export = _exports; declare function sleep(n: any, showLog?: boolean): void;