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