import type { Currency } from '../../../types';
/**
 * Iraqi dinar.
 */
export declare const IQD: Currency<number>;
