export declare function runWithTimeout(operation: () => Promise, timeoutMs: number | undefined, createTimeoutError: () => Error): Promise; //# sourceMappingURL=timeout.d.ts.map