/** * Report command - Generate reports from stored runs */ import { Command } from 'commander'; export declare function reportCommand(): Command; //# sourceMappingURL=report.d.ts.map