import { CartesiaError } from "../../../error.js"; export declare class WebSocketTimeoutError extends CartesiaError { readonly contextId: string; readonly timeoutMs: number; constructor(contextId: string, timeoutMs: number); } //# sourceMappingURL=websocket-timeout-error.d.ts.map