import { Command } from "commander";
/**
 * Register all agent-related commands
 */
export declare function registerAgentCommands(program: Command): void;
