import type { AuthStrategyFunction } from '../index.js'; /** * Authentication strategy function for JWT tokens */ export declare const JWTAuthentication: AuthStrategyFunction; //# sourceMappingURL=jwt.d.ts.map