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