import { InjectionToken } from '@angular/core';
import { TranslocoScope } from './types';
export declare const TRANSLOCO_SCOPE: InjectionToken<TranslocoScope>;
