export declare const errorHandling: { isImagineChatError: (error: Error) => boolean; sanitizeChatError: (error: Error) => { title: string; retriable: boolean; traceId: string | undefined; }; }; //# sourceMappingURL=error-handling.d.ts.map