import { I18n } from "../I18n";
import { Numeric, NumberToHumanSizeOptions } from "../typing";
export declare function numberToHumanSize(i18n: I18n, input: Numeric, options: NumberToHumanSizeOptions): string;
