import { Command } from 'commander';
export declare function createCLI(): Command;
export declare function run(argv?: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map