import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare class HardcodedSiteLinks implements HttpInterceptor { intercept(req: HttpRequest, next: HttpHandler): Observable>; private shouldBeIntercepted; private resolveReferences; }