import type { ParsedPage, RuleResult } from "../../types.js"; import type { PairMatch } from "./near-duplicate.js"; export declare function doorwayPatternRule(nearDuplicatePairs: PairMatch[], entitySwapPairs: PairMatch[], thinContentUrls: Set, pages?: ParsedPage[]): RuleResult[]; //# sourceMappingURL=doorway-pattern.d.ts.map