/// export declare type BigDecimal = $.java.math.BigDecimal; export declare const BigDecimal: $.java.math.BigDecimal_C; export declare type BigInteger = $.java.math.BigInteger; export declare const BigInteger: $.java.math.BigInteger_C; export declare type MathContext = $.java.math.MathContext; export declare const MathContext: $.java.math.MathContext_C; export declare type RoundingMode = $.java.math.RoundingMode; export declare const RoundingMode: typeof $.java.math.RoundingMode;