export declare const ClientFacingStandHourChangedEventType: { readonly DailyDataStandHourCreated: "daily.data.stand_hour.created"; readonly DailyDataStandHourUpdated: "daily.data.stand_hour.updated"; }; export type ClientFacingStandHourChangedEventType = (typeof ClientFacingStandHourChangedEventType)[keyof typeof ClientFacingStandHourChangedEventType];