import { SwarmState } from "@langchain/langgraph-swarm";
/**
 * 保留 langgraph-swarm 在 handoff 时丢失的 state
 */
export declare const keepAllStateInHandOff: (state: typeof SwarmState.State) => any;
export declare const createHandoffCommand: <T>(name: string, state: T) => any;
