/** * Delay execution for the given number of milliseconds. */ export declare const sleep: (ms: number) => Promise;