import type { Currency } from '../../../types';
/**
 * Vietnamese đồng.
 */
export declare const VND: Currency<number>;
