import { ServiceProxyService } from './service-proxy.service'; import { StorageService } from './storage.service'; import * as i0 from "@angular/core"; export declare class LocaleManagerService { private storageService; private serviceProxy; private resources; private culture; private keySeparator; constructor(storageService: StorageService, serviceProxy: ServiceProxyService); getResources(): object; setResources(value: object): void; getKeySeparator(): string; setKeySeparator(value: string): void; getCulture(): string; setCulture(value: string): void; translate(key: string, localeOptions?: any): string; getlocleservice(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }