import type { Currency } from '../../../types';
/**
 * WIR Euro.
 */
export declare const CHE: Currency<number>;
