import { INodeProperties } from 'n8n-workflow'; export declare const name = "interact"; export declare const displayName = "Execute interaction"; export declare const operationName = "interact"; export declare const resourceName = "Interact"; declare const options: import("n8n-workflow").INodePropertyOptions, properties: INodeProperties[]; export { options, properties };