import type { NodeApiError } from 'n8n-workflow'; export declare function parseHuduApiError(error: NodeApiError): string; export declare function parseHuduApiErrorWithContext(error: NodeApiError, operation: string, context?: string): string;