export declare const ClientFacingHandwashingChangedEventType: { readonly DailyDataHandwashingCreated: "daily.data.handwashing.created"; readonly DailyDataHandwashingUpdated: "daily.data.handwashing.updated"; }; export type ClientFacingHandwashingChangedEventType = (typeof ClientFacingHandwashingChangedEventType)[keyof typeof ClientFacingHandwashingChangedEventType];