import { CanActivate } from '@angular/router'; import { AuthService } from './auth.service'; import * as i0 from "@angular/core"; export declare class IdentityAuthGuard implements CanActivate { private authService; constructor(authService: AuthService); canActivate(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }