import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function spreadSheetsSearch(this: ILoadOptionsFunctions, filter?: string, paginationToken?: string): Promise; export declare function sheetsSearch(this: ILoadOptionsFunctions): Promise;