
import { Command } from 'commander';

declare const cli: Command;

export { cli };
