import type { IExecuteFunctions, INodeProperties } from "n8n-workflow"; export declare const taskCompleteFields: INodeProperties[]; export declare function taskCompleteExecute(this: IExecuteFunctions, index: number): Promise<{ json: { success: boolean; operation: string; taskId: string; projectId: string; }; }[]>;