/** * @fileoverview Command execution sink definitions * @module @nahisaho/musubix-security/analysis/sinks/command-exec * @trace REQ-SEC-001 */ import type { SinkDefinition } from './types.js'; /** * Command injection sinks * @trace REQ-SEC-001 */ export declare const COMMAND_EXEC_SINKS: readonly SinkDefinition[]; //# sourceMappingURL=command-exec.d.ts.map