export declare const calculateDistance: (point1: any, point2: any) => number;
export declare const nearestNeighborAlgorithm: (startingPoint: any, unvisitedPoints: any[]) => any[];
export declare const addressConcator: (data: any, config: any) => string;
