import { Currency } from '../core/index.js'; /** * Mexican Peso (MXN) * Format: $1,000.00 */ declare const MXN: Currency; export { MXN };