import { Pool } from '@nixiangyu/v3-sdk'; import { RouteWithValidQuote } from '../routers/alpha-router'; import { V2Route, V3Route } from '../routers/router'; export declare const routeToString: (route: V3Route | V2Route) => string; export declare const routeAmountsToString: (routeAmounts: RouteWithValidQuote[]) => string; export declare const routeAmountToString: (routeAmount: RouteWithValidQuote) => string; export declare const poolToString: (p: Pool) => string;