import type { Currency } from '../../../types';
/**
 * CFP franc.
 */
export declare const XPF: Currency<number>;
