import { ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; import { Observable } from 'rxjs'; import { Router } from '@angular/router'; import { AuthService } from './auth.service'; import * as i0 from "@angular/core"; export declare class AuthPcuserGuard { authService: AuthService; router: Router; constructor(authService: AuthService, router: Router); canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }