export type BenchmarkResult = { id: string; averageNs: number; runsDone: number; totalMs: number; }; export declare function formatResultRow(result: BenchmarkResult, prevResult: BenchmarkResult | null, threshold: number): string; //# sourceMappingURL=format.d.ts.map