import EN from '../public/translations/en.json';
type TTranslations = typeof EN;
type TTranslationsExtended = Record<string, string> & TTranslations;
export declare let localizedText: TTranslationsExtended;
export declare function localizedService(remoteTranslations: Record<string, string>): Promise<void>;
export {};
