import type { Currency } from '../../../types';
/**
 * Malagasy ariary.
 */
export declare const MGA: Currency<number>;
