/** * Format either small or big number * * @private within the repository */ export declare function formatNumber(value: number): string;