import { CoinDetails } from "./models";
export declare const cryptoCurrencies: {
    [crypto: string]: CoinDetails;
};
