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