import { Command } from "commander"; import { PACKAGE_VERSION } from "../core/version.js"; export { PACKAGE_VERSION }; export declare function buildCliProgram(): Command;