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