import { Coin } from '../../core'; import { GetRoutesResult, SingleQuoteQueryParams } from './types'; export interface IQuoter { getRoutes(params: SingleQuoteQueryParams): Promise>; }