import { BenchmarkComparision, Benchmark } from "../types.js"; export declare function computeBenchComparision(currBench: Benchmark, prevBench: Benchmark | null, threshold: number): BenchmarkComparision; //# sourceMappingURL=compute.d.ts.map