import type { ParsedPage, RuleResult } from "../../types.js"; /** * content/common-phrase-reuse — per-page cliché density detector. * * Scans each page's contentText for a corpus of 42 known pSEO marketing * clichés. Fires ONE warning/low-confidence finding per page when >=3 distinct * phrases appear. Extends the content/value-add composite as its 6th signal. */ export declare function commonPhraseReuseRule(pages: ParsedPage[]): RuleResult[]; //# sourceMappingURL=common-phrase-reuse.d.ts.map