import { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
export declare const exportedProperties: INodeProperties[];
export declare function execute(this: IExecuteFunctions, itemIndex: number): Promise<any>;
