/** @deprecated Use {@link CartesiaError} or specialized error classes from core/error instead. */ export declare class CartesiaClientError extends Error { readonly statusCode?: number; readonly body?: unknown; constructor({ message, statusCode, body }: { message?: string; statusCode?: number; body?: unknown; }); } /** @deprecated Use {@link APIConnectionTimeoutError} instead. */ export declare class CartesiaTimeoutError extends Error { constructor(message: string); } //# sourceMappingURL=errors.d.ts.map