import yargs from"yargs";
exportdeclareconstyarg: yargs.Argv<{}>;
/**
* Common factory for running the CLI and running integration tests
* The CLI must actually be executed in a different script
*/exportdeclarefunctiongetCli(): yargs.Argv;
//# sourceMappingURL=cli.d.ts.map