import { TCurrencyCode, TCurrencyLocalCode } from '../types';
export declare const CurrencyLocaleCode: Record<TCurrencyLocalCode, TCurrencyCode | TCurrencyCode[]>;
export declare const CurrencyCodeLocale: Record<TCurrencyCode, TCurrencyLocalCode | TCurrencyLocalCode[]>;
