import commander from "commander";
declare const register: (program: commander.Command) => void;
export default register;
