import { ScoreResult } from 'stryker-api/report';
import { MutationScoreThresholds } from 'stryker-api/core';
export declare function resultTable(model: ScoreResult, title: string, thresholds: MutationScoreThresholds): string;
//# sourceMappingURL=resultTable.d.ts.map