import type { Currency } from '../../../types';
/**
 * Malaysian ringgit.
 */
export declare const MYR: Currency<number>;
