import * as i0 from "@angular/core"; export interface Token { token: string; subdomain?: string; } export declare class UtilityService { constructor(); getRawToken(): string; getUserToken(): any | null; sisTokenValid(): boolean; getAuthSubDomain(): "devapi.v-comply.com" | "betaapi.v-comply.com"; encrypt(string: any): string; isExpiryWithin3hrs(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }