import { type IExecuteFunctions, type INodeExecutionData, type INodeProperties } from 'n8n-workflow'; export declare const FIELD: string; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, index: number): Promise; //# sourceMappingURL=upsert.operation.d.ts.map