import type { Currency } from '../../../types';
/**
 * Armenian dram.
 */
export declare const AMD: Currency<number>;
