export = GpxFormatter;
declare class GpxFormatter {
    format(data: any): string;
}
