import type { BaseMessage } from "@langchain/core/messages"; import type { BackgroundAgentStatus } from "../tools/background_agent"; export type WingmanGraphState = typeof GraphAnnotation.State; export type WingmanBackgroundAgentTasks = Record; export declare const GraphAnnotation: import("@langchain/langgraph").AnnotationRoot<{ messages: import("@langchain/langgraph").BinaryOperatorAggregate; backgroundAgentTasks: import("@langchain/langgraph").BinaryOperatorAggregate; }>;