/** * Credential Security Scanner * Detects weak password hashing, hardcoded credentials, and exposed secrets */ import type { Scanner } from '../../types.js'; export declare const credentialsScanner: Scanner; //# sourceMappingURL=index.d.ts.map