import { IExecuteFunctions } from 'n8n-workflow'; /** * Handles HTTP error responses from the LiteLLM gateway and throws * appropriate NodeApiError with descriptive messages. */ export declare function handleLiteLLMError(context: IExecuteFunctions, error: any): never;