import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from "@angular/common/http"; import { Observable } from "rxjs"; export declare class AuthInterceptor implements HttpInterceptor { private config; constructor(config: any); intercept(request: HttpRequest, next: HttpHandler): Observable>; }