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