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