import { Rule } from '../types';
/**
 * Modern framework rule pack — Next 14/15 Server Actions, Edge runtime,
 * SvelteKit, Astro, Remix, Hono, Drizzle and Prisma. Detection lives in
 * `FrameworkScanner` (regex/heuristic, not full AST). Metadata is centralised
 * here so `ubon explain <id>` works for every rule.
 */
export declare const frameworkRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map