import type { Currency } from '../../../types';
/**
 * Mongolian tögrög.
 */
export declare const MNT: Currency<number>;
