export declare const formatNumber: (number: number, language?: string, showDecimals?: boolean, restrictDecimalsTo?: number) => string | number;