import type { Currency } from '../../../types';
/**
 * Argentine peso.
 */
export declare const ARS: Currency<number>;
