import { Command } from 'commander'; declare const createCLI: (argv: string[], command?: Command) => Promise; declare const runCLI: (argv?: string[], command?: Command) => Promise; export { runCLI, createCLI }; //# sourceMappingURL=index.d.ts.map