import type { EntityMaskPattern, ParsedPage, RuleResult } from "../../types.js"; import type { PairMatch } from "./near-duplicate.js"; export declare function entitySwapRule(pages: ParsedPage[], patterns: EntityMaskPattern[], threshold: number): { findings: RuleResult[]; pairs: PairMatch[]; }; //# sourceMappingURL=entity-swap.d.ts.map