import type { RelationsCellEvidence, RelationsViolationFact } from "./types.js";
export declare function detectCrossRepresentationViolations(evidence: RelationsCellEvidence): RelationsViolationFact[];
//# sourceMappingURL=detect.d.ts.map