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