export declare const GPXSampleMapper: {
    dataType: string;
    getSampleValue(sample: any): number | null;
}[];
