import { BaseAttribute } from '../_common';
declare type ZoneType = 'PredefinedSpeedZone_t' | 'CustomSpeedZone_t' | 'PredefinedHeartRateZone_t' | 'CustomHeartRateZone_t';
export declare class ZoneAttributes extends BaseAttribute {
constructor(type: ZoneType);
}
export {};