import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot, UrlTree } from '@angular/router'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { ManifestService } from '../store/manifest.service'; import * as i0 from "@angular/core"; export declare class DefaultViewGuard implements CanActivate { private manifestService; private router; private store; constructor(manifestService: ManifestService, router: Router, store: Store); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable | Promise | boolean | UrlTree; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }