import type { Amount } from './Amount'; import type { CurrencyInfo } from './CurrencyInfo'; export declare type RoutesCollectionVolumeResponse = { currencyInfo?: CurrencyInfo; oneDayVolume?: Amount; sevenDayVolume?: Amount; thirtyDayVolume?: Amount; };