import { L10nIntlService } from 'angular-l10n'; export declare class TerraConverterHelper { /** * Automatically change the byte size to the corresponding range with the appropriate unit * @param byteSize * @param localeService */ static convertAndFormatSize(byteSize: number, localeService: L10nIntlService): string; /** * @param value * @param localeService */ static getLocaleDecimalValue(value: number, localeService: L10nIntlService): string; }