import type { ReadonlyVec } from "@thi.ng/vectors"; import { Untransformed } from "./untransformed.js"; /** * Distance metric for geo locations given as `[lat,lon]` vectors. */ export declare const HAVERSINE_LATLON: Untransformed; /** * Distance metric for geo locations given as `[lon,lat]` vectors. */ export declare const HAVERSINE_LONLAT: Untransformed; //# sourceMappingURL=haversine.d.ts.map