import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getWarehouses(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getEndpoints(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getCatalogs(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getSchemas(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getVolumes(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getTables(this: ILoadOptionsFunctions, filter?: string): Promise; export declare function getFunctions(this: ILoadOptionsFunctions, filter?: string): Promise; //# sourceMappingURL=listSearch.d.ts.map