import Decimal from 'decimal.js';
export declare function toSatoshi(amount: Decimal | bigint): Decimal;
export declare function toBase(amount: Decimal | bigint): Decimal;
