/** * Sleep for specified milliseconds */ declare const sleep: (ms: number) => Promise; export { sleep }; //# sourceMappingURL=sleep.d.ts.map