/** * Little helper for sleeping for x milliseconds * an async await friendly setTimeout * * @param ms - time to sleep in ms */ export declare const sleep: (ms: number) => Promise; //# sourceMappingURL=sleep.d.ts.map