declare const ZERO_DECIMAL_CURRENCIES: string[]; /** reference: https://docs.stripe.com/currencies#zero-decimal */ declare function stripeMinorUnits(currency: string): 1 | 100; export { ZERO_DECIMAL_CURRENCIES, stripeMinorUnits };