export type { GpxAuthor } from './GpxAuthor'; export type { GpxBounds } from './GpxBounds'; export type { GpxCopyright } from './GpxCopyright'; export type { GpxDocument } from './GpxDocument'; export type { GpxLink } from './GpxLink'; export type { GpxMetadata } from './GpxMetadata'; export type { GpxPoint } from './GpxPoint'; export type { GpxPointExtensions } from './GpxPointExtensions'; export type { GpxRoute } from './GpxRoute'; export type { GpxRoutePoint } from './GpxRoutePoint'; export type { GpxTrack } from './GpxTrack'; export type { GpxTrackSegment } from './GpxTrackSegment'; export type { GpxWaypoint } from './GpxWaypoint';