import type { AuthoringPreflightDiagnosticV1 } from "./long-task-authoring-preflight-types.js"; /** * Adds repair-order metadata only when a structural duplicate makes the * identity of an uncovered Claim ambiguous. The structural diagnostic must be * reviewed first, but the coverage finding is never treated as automatically * resolved. No diagnostic is hidden, merged, reclassified or removed. */ export declare function applyDiagnosticRepairOrder(diagnostics: AuthoringPreflightDiagnosticV1[]): AuthoringPreflightDiagnosticV1[];