import type { Currency } from '../../../types';
/**
 * Cape Verdean escudo.
 */
export declare const CVE: Currency<number>;
