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