declare const _default: TranslationService; export default _default; /** * A service class for handling translation-related operations. * This includes methods for converting byte sizes to human-readable formats * and detecting the current language setting for localization purposes. */ declare class TranslationService { convertBytesToSize(str: any): string; currentLang(): string; } //# sourceMappingURL=TranslationService.d.ts.map