import { SampleInfo } from '../sample-info.interface';
export declare const TCXSampleMapper: {
    dataType: string;
    getSampleValue(trackPointsElement: Element, sampleInfo?: SampleInfo): number | null;
}[];
