/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { Command } from "commander"; /** The `a2a` group: this CLI's saved agents, offered to Agent2Agent peers. */ export declare function registerA2ACommand(program: Command): void;