/** * Cryptographic-misuse scanner. * The Plain Password Storage pattern uses Pass-2 taint extension (#3). */ import type { SecurityIssue } from '../types.js'; export declare function scanCrypto(code: string, language: string): SecurityIssue[];