import type { Rate, ScaledAmount } from '../types'; export declare function isScaledAmount(amount: Rate): amount is ScaledAmount;