export declare const ClientFacingLeanBodyMassChangedEventType: { readonly DailyDataLeanBodyMassCreated: "daily.data.lean_body_mass.created"; readonly DailyDataLeanBodyMassUpdated: "daily.data.lean_body_mass.updated"; }; export type ClientFacingLeanBodyMassChangedEventType = (typeof ClientFacingLeanBodyMassChangedEventType)[keyof typeof ClientFacingLeanBodyMassChangedEventType];