import { ActivatedRouteSnapshot, Router } from '@angular/router'; import { AuthService } from '@vendure/admin-ui/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; /** * This guard prevents loggen-in users from navigating to the login screen. */ export declare class LoginGuard { private router; private authService; constructor(router: Router, authService: AuthService); canActivate(route: ActivatedRouteSnapshot): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }