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