import type { ParsedPage, RuleResult } from "../../types.js"; export declare function thinContentRule(pages: ParsedPage[], minWords: number): { findings: RuleResult[]; thinContentUrls: Set; }; //# sourceMappingURL=thin-content.d.ts.map