import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function fileSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function driveSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function driveSearchWithDefault(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function folderSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function folderSearchWithDefault(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; //# sourceMappingURL=listSearch.d.ts.map