import type { Currency } from '../../../types';
/**
 * Renminbi (Chinese) yuan.
 */
export declare const CNY: Currency<number>;
