/** * Multi-Factor Authentication (MFA) Scanner * Detects missing or bypassed MFA in authentication flows */ import type { Scanner } from '../../types.js'; export declare const authenticationScanner: Scanner; //# sourceMappingURL=index.d.ts.map