import Big from "big.js"; export declare class QuantityContext { readonly decimals: number; readonly multiplier: Big; private constructor(); static fromDecimals(decimals: number): QuantityContext; } //# sourceMappingURL=QuantityContext.d.ts.map