import type { MatrixCell } from "../../../schema/src/records/context.js";
import type { AssetsCellEvidence, AssetsViolationFact, DisabledStylingObservation } from "./types.js";
export declare function requiredContentContractProofMet(cell: MatrixCell): boolean;
export declare function disabledStylingContractProofMet(cell: MatrixCell): boolean;
export declare function detectMissingBlockedImages(evidence: AssetsCellEvidence): AssetsViolationFact[];
export declare function detectLargeEmptyContainers(evidence: AssetsCellEvidence): AssetsViolationFact[];
export declare function detectUnexplainedDisabledStyling(evidence: AssetsCellEvidence): AssetsViolationFact[];
export declare function evaluateDisabledStyling(observation: DisabledStylingObservation): boolean;
//# sourceMappingURL=detect.d.ts.map