export declare const ClientFacingStressLevelChangedEventType: { readonly DailyDataStressLevelCreated: "daily.data.stress_level.created"; readonly DailyDataStressLevelUpdated: "daily.data.stress_level.updated"; }; export type ClientFacingStressLevelChangedEventType = (typeof ClientFacingStressLevelChangedEventType)[keyof typeof ClientFacingStressLevelChangedEventType];