import { Router } from '@angular/router'; import { AuthService, EnvironmentService, MasterLayoutService } from '@bnsights/bbsf-utilities'; import { AuthGuard } from './auth.guard'; import * as i0 from "@angular/core"; export declare class AdminGuard extends AuthGuard { private environmentService; constructor(router: Router, authService: AuthService, masterLayoutService: MasterLayoutService, environmentService: EnvironmentService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }