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