export type BigDecimal = {
    readonly value: bigint;
    readonly decimals: number;
};
//# sourceMappingURL=type.d.ts.map