export declare const ClientFacingCholesterolChangedEventType: { readonly DailyDataCholesterolCreated: "daily.data.cholesterol.created"; readonly DailyDataCholesterolUpdated: "daily.data.cholesterol.updated"; }; export type ClientFacingCholesterolChangedEventType = (typeof ClientFacingCholesterolChangedEventType)[keyof typeof ClientFacingCholesterolChangedEventType];