/** Coerce a note amount to base units without ever going through Number. */ export declare function toBaseUnits(amount: bigint | string | number, label: string): bigint;