import * as i0 from '@angular/core'; import { InjectionToken } from '@angular/core'; type DomainLangMap = Record; declare const DOMAIN_LANG_MAP: InjectionToken; declare class LanguageService { protected map: DomainLangMap; protected regexResolvers: ((key: string) => string | null)[]; translate(text: string, src: string, dest: string, context?: any): string; transform(input: string, map?: DomainLangMap): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { DOMAIN_LANG_MAP, LanguageService }; export type { DomainLangMap };