export declare const zeroDecimalCurrencies: string[]; export declare const maybeConvertAmount: (amount: number, currency: string) => number; export declare const isZeroDecimal: (currency: string) => boolean;