interface TimeoutOptions { promise: Promise; timeoutMs: number; label: string; } export declare function withTimeout(promise: Promise, timeoutMs: number, message: string): Promise; export declare function withTimeout(options: TimeoutOptions): Promise; export {}; //# sourceMappingURL=promise-timeout.d.ts.map