declare const extractGpxData: (gpxFilePath: string, debugMode: boolean) => Promise; export { extractGpxData };