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