import { Rule } from '../types';
/**
 * AI rule pack — patterns specific to LLM-powered apps (RAG, agents, MCP,
 * streaming endpoints). Pattern-only rules (AI001, AI004) are picked up by
 * the generic SecurityScanner pattern-runner; AI002/AI003/AI005/AI006/AI007/AI008
 * carry metadata only and are detected by the dedicated AIScanner.
 */
export declare const aiRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map