declare const sleep: (delay: number) => Promise; export { sleep };