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