import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router'; import { Observable } from 'rxjs'; import { AuthenticationService } from '../services/authentication.service'; import * as i0 from "@angular/core"; export declare class AuthenticationActivateGuard implements CanActivate { private router; private authService; constructor(router: Router, authService: AuthenticationService); canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=authentication-activate.guard.d.ts.map