import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; import { Router } from '@angular/router'; import { AuthService } from '../services/auth.service'; import * as i0 from "@angular/core"; export declare class Error_Interceptor implements HttpInterceptor { private readonly authService; private readonly router; constructor(authService: AuthService, router: Router); intercept(req: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }