export declare const ClientFacingAppointmentChangedEventType: { readonly LabtestAppointmentCreated: "labtest.appointment.created"; readonly LabtestAppointmentUpdated: "labtest.appointment.updated"; }; export type ClientFacingAppointmentChangedEventType = (typeof ClientFacingAppointmentChangedEventType)[keyof typeof ClientFacingAppointmentChangedEventType];