import { Currency, Price } from '@wicchain/sdk'; import { RouteWithStableSwap } from '../types'; export declare function getMidPrice(route: RouteWithStableSwap): Price; //# sourceMappingURL=route.d.ts.map