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