export declare function getCryptoPrice(crypto: string, fiat: string): Promise; export declare const getCachedPrice: (crypto: string, fiat: string) => number; export declare function clearCryptoPriceCache(): void;