import { CanActivate, Router } from '@angular/router'; import { Observable } from 'rxjs'; import { AuthServiceBase } from '../services/auth.service.base'; import { ConfigServiceBase } from '../services/config.service.base'; import * as i0 from "@angular/core"; export declare class AuthGuard implements CanActivate { private authService; private router; private config; constructor(authService: AuthServiceBase, router: Router, config: ConfigServiceBase); canActivate(): Observable; private checkAuth; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }