/** * Node.js security baseline rules — compiled rules for common * security pitfalls in the Node.js ecosystem. * * These rules are ready for direct inclusion in compiled-rules.json * and enforce grep-level security checks without requiring an LLM. * * @see Proposal 210 Phase 1 (proactive language packs) * @see #1152 (proactive language packs ticket) */ import type { CompiledRule } from '@mmnto/totem'; export declare const COMPILED_NODEJS_BASELINE: CompiledRule[]; //# sourceMappingURL=baseline-nodejs-security.d.ts.map