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