import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { IAuthenticationService } from './authentication-service.service'; import * as i0 from "@angular/core"; export declare class PermissionInterceptor implements HttpInterceptor { private _authService; /** * Constructor */ constructor(_authService: IAuthenticationService); /** * Intercept * * @param req * @param next */ intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }