import type { ILoadOptionsFunctions, INodeListSearchResult } from "n8n-workflow"; export declare const sharedMethods: { listSearch: { searchTasks(this: ILoadOptionsFunctions, filter?: string): Promise; }; };