export declare const ClientFacingUvExposureChangedEventType: { readonly DailyDataUvExposureCreated: "daily.data.uv_exposure.created"; readonly DailyDataUvExposureUpdated: "daily.data.uv_exposure.updated"; }; export type ClientFacingUvExposureChangedEventType = (typeof ClientFacingUvExposureChangedEventType)[keyof typeof ClientFacingUvExposureChangedEventType];