export declare class TimeoutError extends Error { name: string; constructor(ms: number, label?: string); } export declare function withTimeout(promise: Promise, ms: number, label?: string): Promise; //# sourceMappingURL=with-timeout.d.ts.map