import { type RouteLine, type RoutePoint } from "../types";
export declare function distancePointToRouteOnLayer(point: RoutePoint, lines: RouteLine[]): number;
//# sourceMappingURL=distanceToRoute.d.ts.map