import { Coin } from '../../core'; import { BatchQuoteQueryParams, GetRoutesResult } from './types'; export interface IBatchQuoter { batchQuote(params: BatchQuoteQueryParams): Promise>; }