import * as i0 from "@angular/core";
/**
 * A service to provide unmodified, cached translations for angular.
 */
export declare class CachedLocaleDictionaryService {
    cachedDictionary: {
        [lang: string]: {
            [key: string]: string;
        };
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<CachedLocaleDictionaryService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CachedLocaleDictionaryService>;
}
//# sourceMappingURL=cached-locale-dictionary.service.d.ts.map