export declare const TCXSampleMapper: {
    dataType: string;
    getSampleValue(trackPointsElement: Element): number | null;
}[];
