/** * V3 CLI Agent Command * Agent management commands for spawning, listing, and controlling agents */ import type { Command } from '../types.js'; export declare const agentCommand: Command; export default agentCommand; //# sourceMappingURL=agent.d.ts.map