/** * @fileoverview User input source definitions * @module @nahisaho/musubix-security/analysis/sources/user-input * @trace REQ-SEC-001 */ import type { SourceDefinition } from './types.js'; /** * User input sources - form data, query params, request body * @trace REQ-SEC-001 */ export declare const USER_INPUT_SOURCES: readonly SourceDefinition[]; //# sourceMappingURL=user-input.d.ts.map