/** * Comprehensive Agent management commands with advanced features */ import { Command } from "../cliffy-compat.js"; import { AgentManager } from "../../agents/agent-manager.js"; export { initializeAgentManager }; declare function initializeAgentManager(): Promise; export declare const agentCommand: Command; //# sourceMappingURL=agent.d.ts.map