import type { IExecuteFunctions } from 'n8n-workflow'; import type { IAirtopInteractionRequest } from '../../transport/types'; export declare function constructInteractionRequest(this: IExecuteFunctions, index: number, parameters?: Partial): IAirtopInteractionRequest; //# sourceMappingURL=helpers.d.ts.map