import yargs from 'yargs';

declare const cli: yargs.Argv<{}>;
declare function main(): void;

export { cli, main };
