import type { Currency } from '../../../types';
/**
 * Central African CFA franc.
 */
export declare const XAF: Currency<number>;
