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