FormatOptions: BigNumber.Format & {
    decimalPlaces?: number;
    roundingMode?: BigNumber.RoundingMode;
}

Type declaration