import { ChatHistory } from '../../types/types'; export declare const DispatcherGraphState: import('@langchain/langgraph').AnnotationRoot<{ userInput: import('@langchain/langgraph').LastValue; messages: import('@langchain/langgraph').BinaryOperatorAggregate; pendingIntents: import('@langchain/langgraph').BinaryOperatorAggregate; currentIntent: import('@langchain/langgraph').BinaryOperatorAggregate; }>; export type DispatcherGraphStateType = typeof DispatcherGraphState.State;