interface WhenTimeout { (ms: number): Promise; } export declare const whenTimeout: WhenTimeout; export {}; //# sourceMappingURL=whenTimeout.d.ts.map