export declare const ClientFacingGlucoseChangedEventType: { readonly DailyDataGlucoseCreated: "daily.data.glucose.created"; readonly DailyDataGlucoseUpdated: "daily.data.glucose.updated"; }; export type ClientFacingGlucoseChangedEventType = (typeof ClientFacingGlucoseChangedEventType)[keyof typeof ClientFacingGlucoseChangedEventType];