import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from "@angular/common/http";
import { Observable } from "rxjs";
import * as i0 from "@angular/core";
export declare class TranslationInterceptor implements HttpInterceptor {
    private readonly _translationStoreService;
    intercept(httpRequest: Readonly<HttpRequest<unknown>>, httpHandler: Readonly<HttpHandler>): Observable<HttpEvent<unknown>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TranslationInterceptor, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TranslationInterceptor>;
}
