import type { Currency, Pair } from '@wicchain/sdk'; import { BasePair } from './pair'; export interface BaseRoute { pairs: TPair[]; input: TInput; output: TOutput; path: Currency[]; } //# sourceMappingURL=route.d.ts.map