/** * API Security Scanner * Detects authentication routes without rate limiting, open CORS, and PHI in URLs */ import type { Scanner } from '../../types.js'; export declare const apiSecurityScanner: Scanner; //# sourceMappingURL=index.d.ts.map