declare function cli(argv: string[]): void;
export = cli;
