import { ElixirRoute } from '../entities';
/**
 * Converts a route to a hex encoded path
 * @param route the v3 path to convert to an encoded path
 * @param exactOutput whether the route should be encoded in reverse, for making exact output swaps
 */
export declare function encodeRouteToPath(route: ElixirRoute, exactOutput: boolean): string;
