import type { ErrorInfo, BillingError } from '@optima-chat/gateway-protocol'; import type { ChatError } from '../types.js'; export declare function mapGatewayError(error: ErrorInfo): ChatError; export declare function mapBillingError(billing: BillingError): ChatError; //# sourceMappingURL=error-mapper.d.ts.map