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