export default function getClosest({ nodes, origin }: { nodes: any; origin: any; }): any;