export declare class JwtSupport { protected static TAG: string; static decodeToken(token: string): any; } //# sourceMappingURL=jwt.d.ts.map