import { Pool, Route } from '../types'; /** * Utility function to return each consecutive section of Pools or Pairs in a MixedRoute * @param route * @returns a nested array of Pools or Pairs in the order of the route */ export declare const partitionMixedRouteByProtocol: (route: Route) => Pool[][]; //# sourceMappingURL=partitionMixedRouteByProtocol.d.ts.map