export interface BigDecimal { readonly value: bigint; readonly decimals: number; }