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