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