import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; import type { AgentManager } from "../agent-manager.js"; import type { SubagentScheduler } from "../schedule.js"; import type { SwarmCoordinator } from "../swarm-join.js"; import type { AgentActivity } from "../ui/agent-ui-types.js"; export declare function registerAgentsCommand(pi: ExtensionAPI, manager: AgentManager, scheduler: SubagentScheduler, agentActivity: Map, swarmJoin?: SwarmCoordinator | null): void;