import { Currency, CurrencyType } from "../types/currencies"; import { CryptoCurrency } from "../types/cryptocurrencies"; export declare function isCurrency(currency: Currency | CryptoCurrency): currency is Currency; export declare const Currencies: CurrencyType;