/** * Run command - Execute test scenarios */ import { Command } from 'commander'; export declare function runCommand(): Command; //# sourceMappingURL=run.d.ts.map