export declare const ClientFacingFallChangedEventType: { readonly DailyDataFallCreated: "daily.data.fall.created"; readonly DailyDataFallUpdated: "daily.data.fall.updated"; }; export type ClientFacingFallChangedEventType = (typeof ClientFacingFallChangedEventType)[keyof typeof ClientFacingFallChangedEventType];