import { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow';
export declare const operations: INodeProperties[];
export declare const fields: INodeProperties[];
export declare function execute(this: IExecuteFunctions, index: number): Promise<INodeExecutionData[]>;