/** * @fileoverview CWE-798: Use of Hard-coded Credentials * @module @nahisaho/musubix-security/rules/cwe/cwe-798-hardcoded-credentials * @trace TSK-RULE-006 */ import type { SecurityRule } from '../types.js'; export declare const cwe798HardcodedCredentials: SecurityRule; export default cwe798HardcodedCredentials; //# sourceMappingURL=cwe-798-hardcoded-credentials.d.ts.map