import { Hex } from 'viem'; import { BaseRoute } from '../types'; /** * Converts a route to a hex encoded path * @param route the mixed path to convert to an encoded path * @returns the encoded path */ export declare function encodeMixedRouteToPath(route: BaseRoute, exactOutput: boolean): Hex; //# sourceMappingURL=encodeMixedRouteToPath.d.ts.map