import Mocha from "mocha";
import { Benchmark } from "../types.js";
interface ReporterConstructor {
    new (runner: Mocha.Runner, options: Mocha.MochaOptions): Mocha.reporters.Base;
}
export declare function benchmarkReporterWithPrev(prevBench: Benchmark | null, threshold: number): ReporterConstructor;
export {};
//# sourceMappingURL=reporter.d.ts.map