import type { Currency } from '../../../types';
/**
 * Macanese pataca.
 */
export declare const MOP: Currency<number>;
