import type { CompletionRung } from "./types.js";
import type { AsyncCoverageRow, CoverageRowValidation } from "./types.js";
export declare function buildSyncCoverageRow(branchId: string, provenRung: CompletionRung | undefined): AsyncCoverageRow;
export declare function buildAsyncCoverageRow(branchId: string, provenRung: CompletionRung | undefined): AsyncCoverageRow;
export declare function validateCoverageRows(rows: readonly AsyncCoverageRow[]): CoverageRowValidation;
//# sourceMappingURL=coverage-rows.d.ts.map