import { GetPaths, RippledPathsResponse } from '../pathfind-types';
declare function parsePathfind(pathfindResult: RippledPathsResponse): GetPaths;
export default parsePathfind;
//# sourceMappingURL=pathfind.d.ts.map