import { InjectionToken } from '@angular/core'; export declare const LANGUAGE_CODE: InjectionToken; export interface TranslationsMap { de: { [key: string]: string; }; en: { [key: string]: string; }; fr: { [key: string]: string; }; ja: { [key: string]: string; }; }