import { Currency } from '../core/index.js'; /** * Peruvian Sol (PEN) * Format: S/ 1,500.00 */ declare const PEN: Currency; export { PEN };