import { IExecuteFunctions, INodeListSearchResult, ILoadOptionsFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Lark implements INodeType { description: INodeTypeDescription; methods: { listSearch: { searchBitables(this: ILoadOptionsFunctions): Promise; searchFolders(this: ILoadOptionsFunctions): Promise; searchTables(this: ILoadOptionsFunctions): Promise; searchTableViews(this: ILoadOptionsFunctions): Promise; searchTableFields(this: ILoadOptionsFunctions): Promise; searchBaseRoles(this: ILoadOptionsFunctions): Promise; searchUserIds(this: ILoadOptionsFunctions, query?: string): Promise; searchDocuments(this: ILoadOptionsFunctions): Promise; searchSpreadsheets(this: ILoadOptionsFunctions): Promise; searchFiles(this: ILoadOptionsFunctions): Promise; searchCalendars(this: ILoadOptionsFunctions): Promise; searchCalendarEvents(this: ILoadOptionsFunctions, query?: string): Promise; }; }; execute(this: IExecuteFunctions): Promise; }