export declare const ClientFacingSleepApneaAlertChangedEventType: { readonly DailyDataSleepApneaAlertCreated: "daily.data.sleep_apnea_alert.created"; readonly DailyDataSleepApneaAlertUpdated: "daily.data.sleep_apnea_alert.updated"; }; export type ClientFacingSleepApneaAlertChangedEventType = (typeof ClientFacingSleepApneaAlertChangedEventType)[keyof typeof ClientFacingSleepApneaAlertChangedEventType];