import { NodeApiError, INode } from 'n8n-workflow'; export declare class CarboneErrorHandler { static handleApiError(error: unknown, node: INode): NodeApiError; private static extractCarboneMessage; private static parseBodyError; }