import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { ClientFacingWheelchairPushChangedEventType } from "./ClientFacingWheelchairPushChangedEventType.js"; import { GroupedWheelchairPush } from "./GroupedWheelchairPush.js"; export declare const ClientFacingWheelchairPushChanged: core.serialization.ObjectSchema; export declare namespace ClientFacingWheelchairPushChanged { interface Raw { event_type: ClientFacingWheelchairPushChangedEventType.Raw; user_id: string; client_user_id: string; team_id: string; data: GroupedWheelchairPush.Raw; } }