import type { ISupplyDataFunctions } from 'n8n-workflow'; export declare function executeHuduAiTool(context: ISupplyDataFunctions, resource: string, operation: string, rawParams: Record): Promise;