import type { CryptoExchange, CryptoSymbol, Candle } from '../models/index.js'; export declare function getCryptoExchanges(): Promise; export declare function getCryptoSymbols(exchange: string): Promise; export declare function getCryptoQuote(symbol: string): Promise; export declare function getCryptoCandles(symbol: string, resolution: string, from: number, to: number): Promise; //# sourceMappingURL=crypto.d.ts.map