import type { FeatureCollection, GeometryCollection } from "geojson";
/** Projects well trajectories unfolded onto an XY plane.  */
export declare function abscissaTransform<TFeatureCollection extends FeatureCollection<GeometryCollection>>(featureCollection: TFeatureCollection): TFeatureCollection;
