export declare const ClientFacingDaylightExposureChangedEventType: { readonly DailyDataDaylightExposureCreated: "daily.data.daylight_exposure.created"; readonly DailyDataDaylightExposureUpdated: "daily.data.daylight_exposure.updated"; }; export type ClientFacingDaylightExposureChangedEventType = (typeof ClientFacingDaylightExposureChangedEventType)[keyof typeof ClientFacingDaylightExposureChangedEventType];