import type { AppRequest } from "../interfaces/SystemTypes";
/**
 * Why you don't need to care about this file?
 * ---
 * Because the {User} was already verified at "jwtStrategy" step before passing the token here!
 */
declare const jwt_auth: (req: AppRequest, res: any, next: any) => any;
export default jwt_auth;
//# sourceMappingURL=auth-jwt.d.ts.map