import { BenchmarkHistory, Benchmark } from "../types.js"; export declare const emptyBenchmarkHistory: BenchmarkHistory; export declare function validateBenchmark(data: Benchmark): void; export declare function validateHistory(history: BenchmarkHistory): void; //# sourceMappingURL=schema.d.ts.map