/** Race `promise` against a timer. The timer is always cleared and unref'd. */ export declare function withTimeout(promise: Promise, ms: number, label: string): Promise; //# sourceMappingURL=timeout.d.ts.map