import { Rule } from '../types';
/**
 * Claude Code / agent-tooling pack — detects secrets and dangerous patterns
 * committed in `.claude/`, `.cursor/`, `.windsurf/`, `.aider*`, `CLAUDE.md`,
 * `.cursorrules`, `.windsurfrules` and MCP configs. Many AI workflows
 * accidentally commit OAuth tokens, API keys, or `rm -rf "$VAR"` shell hooks
 * into these dotfiles.
 */
export declare const agentRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map