declare class FetchExchangeRatesDto {
    tokens: Array<string>;
    chainId: number;
}

export { FetchExchangeRatesDto };
