/** * The error that is thrown when a specified timeout has been reached while performing an operation. */ export declare class TimeoutError extends Error { name: string; } //# sourceMappingURL=timeoutError.d.ts.map