import type { ParsedPage, RuleResult } from "../../types.js"; /** * Flags pages whose interactive value (or substantive content) exists in the * rendered DOM but not the raw server HTML — invisible to crawlers that don't * run JS. Requires --render (no-op when page.renderedHtml is absent). */ export declare function csrBailoutRule(pages: ParsedPage[]): RuleResult[]; //# sourceMappingURL=csr-bailout.d.ts.map