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