/** * @returns a `Promise` that will be resolved in the specified milliseconds */ export declare function sleep(ms: number): Promise;