export declare enum JWTError {
    ERR_EXPIRED = "TokenExpiredError",
    ERR_GENERIC = "JsonWebTokenError"
}
