export declare const ClientFacingVo2MaxChangedEventType: { readonly DailyDataVo2MaxCreated: "daily.data.vo2_max.created"; readonly DailyDataVo2MaxUpdated: "daily.data.vo2_max.updated"; }; export type ClientFacingVo2MaxChangedEventType = (typeof ClientFacingVo2MaxChangedEventType)[keyof typeof ClientFacingVo2MaxChangedEventType];