import yargs from 'yargs';
/**
 * Quick yargs helper to make it work in esm.
 * It also allows to not have yargs and `@types/yargs` to be declared as dependencies.
 */
export declare function _yargs(): yargs.Argv<{}>;
