/** * `supen agent` — Manage agents. * * Subcommands: * supen agent list List all agents * supen agent create Create new agent * supen agent delete Delete agent * supen agent info Show agent config */ import { Command } from 'commander'; export declare function registerAgentCommand(program: Command): void;