/** * Sleep for a given amount of time * @param ms The amount of time to sleep in milliseconds * @returns A promise that resolves after the given amount of time */ export declare function sleep(ms: number): Promise; //# sourceMappingURL=sleep.d.ts.map