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