import { Currency } from '../core/index.js'; /** * Euro (EUR) * Format: 1.500,00 € */ declare const EUR: Currency; export { EUR };