import type { Currency } from '../../../types';
/**
 * Iranian rial.
 */
export declare const IRR: Currency<number>;
