import { InjectionToken } from '@angular/core'; import type { TuiLanguageLoader } from '@taiga-ui/i18n/interfaces'; /** * Webpack chunk loader for Taiga UI libraries i18n * @note: cannot be transferred to a shared file * ReferenceError: Cannot access 'TUI_LANGUAGE_LOADER' before initialization */ export declare const TUI_LANGUAGE_LOADER: InjectionToken;