/** * Zero bigint. */ export declare const ZERO: bigint; /** * One bigint. */ export declare const ONE: bigint; /** * 10 bigint. */ export declare const TEN: bigint; export declare enum Rounding { ROUND_DOWN = 0, ROUND_HALF_UP = 1, ROUND_UP = 2 } export declare const MAX_U64: bigint; export declare const MAX_U256: bigint; //# sourceMappingURL=constants.d.ts.map