import { Address } from 'viem'; import { BaseRoute } from '../types'; /** * Converts a route to an array of path key * @param route the mixed path to convert to an encoded path * @returns the encoded path keys */ export declare function encodeInfinityMixedRouteCurrencyPath(route: BaseRoute): Address[]; //# sourceMappingURL=encodeInfinityMixedRouteCurrencyPath.d.ts.map