import yargs, { CommandModule } from 'yargs'; declare function createCli({ name, argv, commands: rawCommands, }?: { name?: string; argv?: string[]; commands?: CommandModule[] | Promise; }): Promise>; export { createCli };