import { Router } from '@angular/router'; import { AuthService } from './auth.service'; import * as i0 from "@angular/core"; export declare class InternalGuard { private authService; private router; constructor(authService: AuthService, router: Router); canActivate(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }