import { BenchmarkResult, BenchmarkConfig } from "../types"; export declare class ReportStorage { private jsonGenerator; private markdownGenerator; constructor(); saveTestResult(result: BenchmarkResult, config: BenchmarkConfig, basePath?: string): Promise; private saveK6StyleJsonReport; private saveMarkdownTableReport; } //# sourceMappingURL=report-storage.d.ts.map