import { DataString } from './data.string';
export declare class DataTargetHeartRateZone extends DataString {
    static type: string;
}
