import { ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree } from '@angular/router'; import { Observable } from 'rxjs'; import { Router } from '@angular/router'; import { AuthProfileService } from './auth-profile.service'; import * as i0 from "@angular/core"; export declare class AuthProfileGuard { authProfileServ: AuthProfileService; router: Router; constructor(authProfileServ: AuthProfileService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean | UrlTree; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }