import { Command } from 'commander'; export declare function createProgram(): Command; export declare function runCli(argv?: string[]): Promise; //# sourceMappingURL=index.d.ts.map