/** The type of heart rate alert. ℹ️ This enum is non-exhaustive. */ export declare const ClientFacingHeartRateAlertSampleType: { readonly LowHeartRate: "low_heart_rate"; readonly HighHeartRate: "high_heart_rate"; readonly IrregularRhythm: "irregular_rhythm"; }; export type ClientFacingHeartRateAlertSampleType = (typeof ClientFacingHeartRateAlertSampleType)[keyof typeof ClientFacingHeartRateAlertSampleType];