import type { AiConfiguration } from './provider'; import type { BaseChatModel } from '@langchain/core/language_models/chat_models'; export declare function createBaseChatModel(config: AiConfiguration): BaseChatModel; //# sourceMappingURL=create-base-chat-model.d.ts.map