/** * `agents` CLI: config is the source of truth for multi-agent paths. */ import { Command } from 'commander'; export declare function registerAgentsCli(program: Command): void;