import type { Currency } from '../../../types';
/**
 * Venezuelan bolívar.
 */
export declare const VES: Currency<number>;
