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