/** * Returns a simple promise that will be resolved within a discrete timeout * @param timeout The timeout in millisecs */ export declare const sleepAsync: (timeout?: number) => Promise; //# sourceMappingURL=sleep-async.d.ts.map