/** * Generator for the audit rules reference docs page. The page is derived from * RULE_CATALOG so report rule-id links always have a target, and a sync test * (rules-doc.test.ts) keeps the committed page in step with the catalog. * * Each rule gets an `### ` heading, which Starlight slugifies to `#` * (lowercased) — the anchor `ruleDocUrl()` links to. */ /** * Render the full audit rules reference page (frontmatter + body). Aggregates * the catalog across every audit lexicon (#687) — each provider's rule metadata * now lives in its own lexicon and is merged over core's static entries — so the * doc lists them all. Async because it loads the lexicon plugins to collect * their contributed catalogs; a doc-build step has all lexicons installed. */ export declare function renderRulesReference(): Promise; //# sourceMappingURL=rules-doc.d.ts.map