import { CommanderStatic } from 'commander';
declare const makeGetCommand: (program: CommanderStatic) => import("commander").Command;
export default makeGetCommand;
