import { LangGraphClientConfig } from "../LangGraphClient.js";
import { type ILangGraphClient } from "@langgraph-js/pure-graph/dist/types.js";
export declare const createLangGraphServerClient: (config: LangGraphClientConfig) => Promise<ILangGraphClient>;
