import type { Command } from "commander"; import type { CliContainer } from "../container.js"; export declare function registerVersionCommand(program: Command, container: CliContainer, currentVersion: string): void;