/** * @fileoverview Code evaluation sink definitions * @module @nahisaho/musubix-security/analysis/sinks/code-eval * @trace REQ-SEC-001 */ import type { SinkDefinition } from './types.js'; /** * Code evaluation sinks (RCE vulnerabilities) * @trace REQ-SEC-001 */ export declare const CODE_EVAL_SINKS: readonly SinkDefinition[]; //# sourceMappingURL=code-eval.d.ts.map