export declare const ClientFacingBloodOxygenChangedEventType: { readonly DailyDataBloodOxygenCreated: "daily.data.blood_oxygen.created"; readonly DailyDataBloodOxygenUpdated: "daily.data.blood_oxygen.updated"; }; export type ClientFacingBloodOxygenChangedEventType = (typeof ClientFacingBloodOxygenChangedEventType)[keyof typeof ClientFacingBloodOxygenChangedEventType];