import { type INodeType, type INodeTypeDescription, type ISupplyDataFunctions, type SupplyData, type ILoadOptionsFunctions, type INodeListSearchResult } from 'n8n-workflow'; export declare class LmChatDatabricks implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getModels(this: ILoadOptionsFunctions, filter?: string): Promise; }; }; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise; }