import { Enum } from '@thisisagile/easy'; export declare class Currency extends Enum { readonly digits: number; static readonly EUR: Currency; static readonly USD: Currency; static readonly AED: Currency; static readonly AFN: Currency; static readonly ALL: Currency; static readonly AMD: Currency; static readonly ARS: Currency; static readonly AUD: Currency; static readonly AZN: Currency; static readonly BAM: Currency; static readonly BDT: Currency; static readonly BGN: Currency; static readonly BHD: Currency; static readonly BIF: Currency; static readonly BND: Currency; static readonly BOB: Currency; static readonly BRL: Currency; static readonly BWP: Currency; static readonly BYN: Currency; static readonly BZD: Currency; static readonly CAD: Currency; static readonly CDF: Currency; static readonly CHF: Currency; static readonly CLP: Currency; static readonly CNY: Currency; static readonly COP: Currency; static readonly CRC: Currency; static readonly CVE: Currency; static readonly CZK: Currency; static readonly DJF: Currency; static readonly DKK: Currency; static readonly DOP: Currency; static readonly DZD: Currency; static readonly EEK: Currency; static readonly EGP: Currency; static readonly ERN: Currency; static readonly ETB: Currency; static readonly GBP: Currency; static readonly GEL: Currency; static readonly GHS: Currency; static readonly GNF: Currency; static readonly GTQ: Currency; static readonly HKD: Currency; static readonly HNL: Currency; static readonly HRK: Currency; static readonly HUF: Currency; static readonly IDR: Currency; static readonly ILS: Currency; static readonly INR: Currency; static readonly IQD: Currency; static readonly IRR: Currency; static readonly ISK: Currency; static readonly JMD: Currency; static readonly JOD: Currency; static readonly JPY: Currency; static readonly KES: Currency; static readonly KHR: Currency; static readonly KMF: Currency; static readonly KRW: Currency; static readonly KWD: Currency; static readonly KZT: Currency; static readonly LBP: Currency; static readonly LKR: Currency; static readonly LTL: Currency; static readonly LVL: Currency; static readonly LYD: Currency; static readonly MAD: Currency; static readonly MDL: Currency; static readonly MGA: Currency; static readonly MKD: Currency; static readonly MMK: Currency; static readonly MOP: Currency; static readonly MUR: Currency; static readonly MXN: Currency; static readonly MYR: Currency; static readonly MZN: Currency; static readonly NAD: Currency; static readonly NGN: Currency; static readonly NIO: Currency; static readonly NOK: Currency; static readonly NPR: Currency; static readonly NZD: Currency; static readonly OMR: Currency; static readonly PAB: Currency; static readonly PEN: Currency; static readonly PHP: Currency; static readonly PKR: Currency; static readonly PLN: Currency; static readonly PYG: Currency; static readonly QAR: Currency; static readonly RON: Currency; static readonly RSD: Currency; static readonly RUB: Currency; static readonly RWF: Currency; static readonly SAR: Currency; static readonly SDG: Currency; static readonly SEK: Currency; static readonly SGD: Currency; static readonly SOS: Currency; static readonly SYP: Currency; static readonly THB: Currency; static readonly TND: Currency; static readonly TOP: Currency; static readonly TRY: Currency; static readonly TTD: Currency; static readonly TWD: Currency; static readonly TZS: Currency; static readonly UAH: Currency; static readonly UGX: Currency; static readonly UYU: Currency; static readonly UZS: Currency; static readonly VEF: Currency; static readonly VND: Currency; static readonly XAF: Currency; static readonly XOF: Currency; static readonly YER: Currency; static readonly ZAR: Currency; static readonly ZMK: Currency; static readonly ZWL: Currency; constructor(id: string, name: string, digits: number, code: string); }