import { Benchmark, BenchmarkHistory, Opts } from "../types.js"; export declare function appendBenchmarkToHistoryAndPrune(history: BenchmarkHistory, newBench: Benchmark, branch: string, opts: Opts): void; //# sourceMappingURL=append.d.ts.map