export interface ICurrency { code: string; name: string; } export declare const AUD: ICurrency; export declare const AED: ICurrency; export declare const BHD: ICurrency; export declare const CAD: ICurrency; export declare const DKK: ICurrency; export declare const EGP: ICurrency; export declare const EUR: ICurrency; export declare const HKD: ICurrency; export declare const INR: ICurrency; export declare const JPY: ICurrency; export declare const JOD: ICurrency; export declare const CZK: ICurrency; export declare const KWD: ICurrency; export declare const MAD: ICurrency; export declare const NZD: ICurrency; export declare const NOK: ICurrency; export declare const PKR: ICurrency; export declare const GBP: ICurrency; export declare const PHP: ICurrency; export declare const QAR: ICurrency; export declare const OMR: ICurrency; export declare const SAR: ICurrency; export declare const SGD: ICurrency; export declare const ZAR: ICurrency; export declare const LKR: ICurrency; export declare const SEK: ICurrency; export declare const CHF: ICurrency; export declare const TND: ICurrency; export declare const TRY: ICurrency; export declare const USD: ICurrency; export declare const XAU: ICurrency;