import type { ForexExchange, ForexSymbol, ForexRate, Candle } from '../models/index.js'; export declare function getForexExchanges(): Promise; export declare function getForexSymbols(exchange: string): Promise; export declare function getForexRate(from: string, to: string): Promise; export declare function getForexCandles(symbol: string, resolution: string, from: number, to: number): Promise; //# sourceMappingURL=forex.d.ts.map