import { ActivatedRouteSnapshot, CanActivate, UrlTree } from "@angular/router"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class CfPermissionGuard implements CanActivate { private permissionsService; private configService; private router; canActivate(route: ActivatedRouteSnapshot): boolean | UrlTree | Observable | Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }