import { ActivatedRouteSnapshot, CanActivate, CanActivateChild, Router, RouterStateSnapshot } from '@angular/router'; import { Observable } from 'rxjs'; import { SkAuthService } from './sk-auth.service'; import * as i0 from "@angular/core"; export declare class SkAuthAdminGuard implements CanActivate, CanActivateChild { private authService; private router; constructor(authService: SkAuthService, router: Router); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable; canActivateChild(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }