import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function schemaSearch(this: ILoadOptionsFunctions): Promise; export declare function tableSearch(this: ILoadOptionsFunctions): Promise; //# sourceMappingURL=listSearch.d.ts.map