import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
export declare const taskDescription: INodeProperties[];
export declare function executeTask(this: IExecuteFunctions, operation: string, i: number): Promise<any>;
