declare class FetchExchangeRatesDto { tokens: Array; chainId: number; } export { FetchExchangeRatesDto };