import { InjectionToken } from "@angular/core";
import { HttpHeadersOption, HttpOptions } from "@ogs-gmbh/ngx-http";
export declare const TRANSLATION_HTTP_CONFIG: InjectionToken<string>;
export declare const TRANSLATION_HTTP_OPTIONS: InjectionToken<HttpOptions<never, HttpHeadersOption, never>>;
