import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from "n8n-workflow"; export declare const taskMoveFields: INodeProperties[]; export declare function taskMoveExecute(this: IExecuteFunctions, index: number): Promise;