import { Benchmark, BenchmarkOpts, BenchmarkResult, Opts } from "../types.js";
export declare function runMochaBenchmark(opts: Opts & BenchmarkOpts, prevBench: Benchmark | null): Promise<BenchmarkResult[]>;
//# sourceMappingURL=mochaRunner.d.ts.map