import { Command } from "commander";
/** Basec Commander Program used by all sub-commands */
declare const program: Command;
export { program };
