/** * Benchmark command - generate benchmark reports for the Tested with Bellwether program. */ import { Command } from 'commander'; /** * Create a new benchmark command instance. * Useful for testing where fresh command instances are needed. */ export declare function createBenchmarkCommand(): Command; export declare const benchmarkCommand: Command; //# sourceMappingURL=benchmark.d.ts.map