import { ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
import { Observable } from 'rxjs';
import { LifeCycleService } from './life-cycle.service';
import * as i0 from "@angular/core";
export declare class IsAppReadyGuard {
    private readonly lifecycle;
    constructor(lifecycle: LifeCycleService);
    canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<IsAppReadyGuard, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IsAppReadyGuard>;
}
