import { Rule } from '../types';
/**
 * React anti-pattern pack — the "vibe-coded React" class of bugs that AI
 * tools (Cursor, v0, Lovable, Claude Code) produce routinely. Detection lives
 * in `ReactPatternsScanner`; metadata is centralised here so `ubon explain`
 * and the LSP can surface it.
 */
export declare const reactRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map