import type { ScaledAmount } from '../types'; export declare function getAmountAndScale(value: ScaledAmount | TAmount, zero: TAmount): { amount: TAmount; scale: TAmount; };