import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; import { IAuthenticationService } from './authentication-service.service'; import * as i0 from "@angular/core"; export declare class AuthGuard implements CanActivate { private _authService; private baseHref; constructor(_authService: IAuthenticationService, baseHref: string); canActivate(_route: ActivatedRouteSnapshot, _state: RouterStateSnapshot): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }