export declare function withTimeout(work: (signal: AbortSignal | undefined) => Promise, timeoutMs?: number, label?: string): Promise;