import { InjectionToken } from "@angular/core";
export declare const TRANSLATION_PRELOAD_TOKEN: InjectionToken<string>;
