import type { Currency } from '../../../types';
/**
 * Ukrainian hryvnia.
 */
export declare const UAH: Currency<number>;
