import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; import { INodeType } from 'n8n-workflow'; export declare function executeXanoOperations(this: IExecuteFunctions & INodeType): Promise; //# sourceMappingURL=XanoExecute.d.ts.map