/** * @license * Copyright 2025 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { Command } from "commander"; export declare function registerAgentCommand(program: Command): void;