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