/** * Creates a delayed Promise that resolves * after waiting the provided ms * * @param ms milliseconds to wait before resolving the Promise */ export declare function sleep(ms: number): Promise; //# sourceMappingURL=sleep.d.ts.map