import { HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; export declare class UniversalInterceptorService implements HttpInterceptor { protected serverUrl: string; constructor(serverUrl: string); intercept(req: HttpRequest, next: HttpHandler): import("rxjs").Observable>; }