/** * Token Revocation Security Scanner * Detects JWT usage without revocation and excessive token expiration */ import type { Scanner } from '../../types.js'; export declare const revocationScanner: Scanner; export default revocationScanner; //# sourceMappingURL=index.d.ts.map