import type { Currency } from '../../../types';
/**
 * Cuban convertible peso.
 */
export declare const CUC: Currency<number>;
