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