import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function ai_getAgentActions(this: ILoadOptionsFunctions): Promise; export declare function ai_getAiAgents(this: ILoadOptionsFunctions): Promise;