import { LangChainConfig } from "../types.js"; export declare function _verifyObjectIsLangChainConfig(obj: any): obj is LangChainConfig;