import type { BaseChatModel, BaseChatModelParams } from '@langchain/core/language_models/chat_models';
import { ChatDeepSeekInput } from '@langchain/deepseek';
export declare function processJsonConfig(llmConfig: ChatDeepSeekInput & BaseChatModelParams): Promise<BaseChatModel>;
export declare function init(configFileName: string): void;
