/** * Constants of the BinPool */ export declare const SCALE_OFFSET = 128n; export declare const SCALE: bigint; export declare const PRECISION: bigint; export declare const SQUARED_PRECISION: bigint; export declare const BASIS_POINT_MAX = 10000n; export declare const REAL_ID_SHIFT: bigint; export declare const BIN_SHAPE_DISTRIBUTION_SUM: bigint; //# sourceMappingURL=binPool.d.ts.map