import type { Command } from "commander"; export declare function registerAgentCommands(program: Command, args: { agentChannelOptions: string; }): void;