/** * Compare command - Compare two test runs */ import { Command } from 'commander'; export declare function compareCommand(): Command; //# sourceMappingURL=compare.d.ts.map