export declare const ClientFacingStepsChangedEventType: { readonly DailyDataStepsCreated: "daily.data.steps.created"; readonly DailyDataStepsUpdated: "daily.data.steps.updated"; }; export type ClientFacingStepsChangedEventType = (typeof ClientFacingStepsChangedEventType)[keyof typeof ClientFacingStepsChangedEventType];