import type { Currency } from '../../../types';
/**
 * Hungarian forint.
 */
export declare const HUF: Currency<number>;
