import { Router, ActivatedRouteSnapshot, RouterStateSnapshot, CanActivate, CanActivateChild } from '@angular/router'; import { ContextService } from '../../../core/extension/context.service'; import * as i0 from "@angular/core"; export declare class StorageGuard implements CanActivate, CanActivateChild { private router; private ctx; private loaded; constructor(router: Router, ctx: ContextService); canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise; canActivateChild(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }