import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router'; import { AuthService } from '../services/auth.service'; import { GlobalStateService } from 'tango-app-ui-global'; import * as i0 from "@angular/core"; export declare class AuthGuard { private authService; private gs; private route; private authlocalStorageToken; constructor(authService: AuthService, gs: GlobalStateService, route: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }