import type { Currency } from '../../../types';
/**
 * Angolan kwanza.
 */
export declare const AOA: Currency<number>;
