export declare const ClientFacingWheelchairPushChangedEventType: { readonly DailyDataWheelchairPushCreated: "daily.data.wheelchair_push.created"; readonly DailyDataWheelchairPushUpdated: "daily.data.wheelchair_push.updated"; }; export type ClientFacingWheelchairPushChangedEventType = (typeof ClientFacingWheelchairPushChangedEventType)[keyof typeof ClientFacingWheelchairPushChangedEventType];