/** * Delay an async thread * @param ms Sleep time in millisecond * @internal */ export declare function sleep(ms: number): Promise; //# sourceMappingURL=sleep.d.ts.map