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