import { A as AgentGUIAgent, c as AgentGUIAgentTarget } from './types.d-J0XWegqK.js'; import 'react'; import './agentSession.d-4jwjFmc1.js'; import './planImplementationPresentation.d-BxVOLt6A.js'; declare function normalizeAgentGUIAgents(agents: readonly AgentGUIAgent[] | null | undefined): AgentGUIAgent[]; declare function agentGUIAgentIsReady(agent: AgentGUIAgent): boolean; declare function resolveAgentGUISelectedDirectoryAgent(input: { agents: readonly AgentGUIAgent[]; agentTargetId?: string | null; defaultAgentTargetId?: string | null; }): AgentGUIAgent | null; /** Projects the canonical Agent directory into target rows for selection menus. */ declare function projectAgentGUIAgentsToTargets(agents: readonly AgentGUIAgent[]): AgentGUIAgentTarget[]; export { agentGUIAgentIsReady, normalizeAgentGUIAgents, projectAgentGUIAgentsToTargets, resolveAgentGUISelectedDirectoryAgent };