import { Currency } from '../core/index.js'; /** * Uruguayan Peso (UYU) * Format: $ 1.500,00 */ declare const UYU: Currency; export { UYU };