import { Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; import { AuthService } from 'bnsights-utilities-library'; import * as i0 from "@angular/core"; export declare class AuthGuard implements CanActivate { private router; private authService; allowedPermission: number[]; constructor(router: Router, authService: AuthService); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }