import type { DetectorContext } from "../../../core/src/sdk/detector.js";
import type { MatrixCell } from "../../../schema/src/records/context.js";
import type { LayoutRuleId } from "./types.js";
export declare function isIntentionallyExcepted(context: DetectorContext, cell: MatrixCell, detectorId: string, ruleId: LayoutRuleId): boolean;
//# sourceMappingURL=contracts.d.ts.map