import { CurrencyType } from '@phensley/cldr-types'; import { CurrencyFractions } from '../../common'; /** * @public */ export declare const getCurrencyFractions: (code: string) => CurrencyFractions; /** * @public */ export declare const getCurrencyForRegion: (region: string) => CurrencyType;