import { INodeProperties } from 'n8n-workflow'; export declare const operationName = "agentAsync"; export declare const resourceName = "Agent"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };