import type { IExecuteFunctions, INodeProperties } from "n8n-workflow"; export declare const taskGetFields: INodeProperties[]; export declare function taskGetExecute(this: IExecuteFunctions, index: number): Promise<{ json: any; }[]>;