import { JwtHelperService } from '@auth0/angular-jwt'; import { AuthorizerService } from '@vcomply/authorizer'; import * as i0 from "@angular/core"; export declare class TokenValidatorService { private jwtHelper; private authorizer; userDetails: any; constructor(jwtHelper: JwtHelperService, authorizer: AuthorizerService); isTokenInvalid(): boolean | Promise; decodeToken(): any; getSupportToken(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }