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