import type { Currency } from '../../../types';
/**
 * Moroccan dirham.
 */
export declare const MAD: Currency<number>;
