import type { ParsedPage, RuleResult } from "../../types.js"; /** * content/translation-no-op -- detects locale variants of the same template * that were never actually translated (similarity >= 0.95). * * Groups pages whose URL paths differ only by a leading locale segment * (e.g. `/en/`, `/fr/`, `/it/`). Within each group, fires one error per * cluster of identical/near-identical variants. */ export declare function translationNoOpRule(pages: ParsedPage[]): RuleResult[]; //# sourceMappingURL=translation-no-op.d.ts.map