/**
 * Command registration aggregator.
 *
 * Imports every command module and wires it onto the root Commander program.
 */
import type { Command } from "commander";
/**
 * Registers all CLI commands on the Commander program.
 *
 * @param program - The root Commander program instance.
 */
export declare function registerCommands(program: Command): void;
//# sourceMappingURL=index.d.ts.map