/** * @fileoverview File operation sink definitions * @module @nahisaho/musubix-security/analysis/sinks/file-operations * @trace REQ-SEC-001 */ import type { SinkDefinition } from './types.js'; /** * File operation sinks (path traversal, arbitrary file write) * @trace REQ-SEC-001 */ export declare const FILE_OPERATION_SINKS: readonly SinkDefinition[]; //# sourceMappingURL=file-operations.d.ts.map