/** * Static LintRule metadata for SARIF enrichment. * * Each rule fired by the transformer (provenance.rule field) gets a * corresponding entry here so SARIF output carries description + helpUri. * * These rules don't actually run a `check()` — the work has already been * done by the transformer. They're metadata-only. */ import type { LintRule } from "@intentius/chant/lint/rule"; export declare const MIGRATION_RULES: LintRule[]; //# sourceMappingURL=rules.d.ts.map