import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getFiles(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function getFolders(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function getItems(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function getLists(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function getSites(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; //# sourceMappingURL=listSearch.d.ts.map