/** * @fileoverview File system source definitions * @module @nahisaho/musubix-security/analysis/sources/file-system * @trace REQ-SEC-001 */ import type { SourceDefinition } from './types.js'; /** * File system sources - file reads that may contain user-controlled data * @trace REQ-SEC-001 */ export declare const FILE_SYSTEM_SOURCES: readonly SourceDefinition[]; //# sourceMappingURL=file-system.d.ts.map