import type { ISupplyDataFunctions } from 'n8n-workflow'; /** * Execute a CIPP AI tool operation using the registry. * Called from both func() (MCP Trigger path) and execute() (AI Agent path). */ export declare function executeAiTool(context: ISupplyDataFunctions, resource: string, operation: string, rawParams: Record): Promise; //# sourceMappingURL=tool-executor.d.ts.map