export interface GpxCopyright { author: string; year?: number; license?: string; }