export declare const ClientFacingFatChangedEventType: { readonly DailyDataFatCreated: "daily.data.fat.created"; readonly DailyDataFatUpdated: "daily.data.fat.updated"; }; export type ClientFacingFatChangedEventType = (typeof ClientFacingFatChangedEventType)[keyof typeof ClientFacingFatChangedEventType];