import type { Currency } from '../../../types';
/**
 * Afghan afghani.
 */
export declare const AFN: Currency<number>;
