/** Returns a promise that resolves after the given number of milliseconds. */ export declare const delay: (ms: number) => Promise;