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