import { EventInterface } from '@sports-alliance/sports-lib/lib/events/event.interface';
import { FeatureCollection, LineString } from 'geojson';
export declare const eventToGeoJSON: (event: EventInterface, output: string) => void;
export declare const exportToGeoJSONLineString: (event: EventInterface) => FeatureCollection<LineString>;
