import type { Currency } from '../../../types';
/**
 * Swiss franc.
 */
export declare const CHF: Currency<number>;
