/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare const NotificationCode: {
    readonly WelcomeEmail: "WelcomeEmail";
    readonly DirectMessageSent: "DirectMessageSent";
    readonly BookingNew: "BookingNew";
    readonly BookingUpdated: "BookingUpdated";
    readonly BookingRejected: "BookingRejected";
    readonly BookingApproved: "BookingApproved";
    readonly BookingPaid: "BookingPaid";
    readonly BookingCanceled: "BookingCanceled";
    readonly BookingRefundRequested: "BookingRefundRequested";
    readonly BookingRefunded: "BookingRefunded";
    readonly ConsultationNew: "ConsultationNew";
    readonly ConsultationUpdated: "ConsultationUpdated";
    readonly ConsultationRejected: "ConsultationRejected";
    readonly ConsultationApproved: "ConsultationApproved";
    readonly ConsultationPaid: "ConsultationPaid";
    readonly ConsultationCanceled: "ConsultationCanceled";
    readonly ConsultationRefundRequested: "ConsultationRefundRequested";
    readonly ConsultationRefunded: "ConsultationRefunded";
    readonly ConsultationReady: "ConsultationReady";
    readonly CallCompleted: "CallCompleted";
    readonly FormSubmitted: "FormSubmitted";
    readonly AppointmentNew: "AppointmentNew";
    readonly AppointmentUpdated: "AppointmentUpdated";
    readonly AppointmentRejected: "AppointmentRejected";
    readonly AppointmentApproved: "AppointmentApproved";
    readonly AppointmentPaid: "AppointmentPaid";
    readonly AppointmentCanceled: "AppointmentCanceled";
    readonly AppointmentCanceledByPatient: "AppointmentCanceledByPatient";
    readonly AppointmentCanceledByManager: "AppointmentCanceledByManager";
    readonly AppointmentRefundRequested: "AppointmentRefundRequested";
    readonly AppointmentRefunded: "AppointmentRefunded";
    readonly AppointmentRescheduleRequested: "AppointmentRescheduleRequested";
    readonly AppointmentRescheduleRequestApproved: "AppointmentRescheduleRequestApproved";
    readonly AppointmentReady: "AppointmentReady";
    readonly HandoffRequested: "HandoffRequested";
    readonly SessionDeleted: "SessionDeleted";
    readonly TransferAgent: "TransferAgent";
    readonly LeaveAgent: "LeaveAgent";
    readonly JoinAgent: "JoinAgent";
    readonly UpdateSession: "UpdateSession";
    readonly ConvertToSignInUser: "ConvertToSignInUser";
    readonly PatchIntakeForm: "PatchIntakeForm";
};
export type NotificationCode = typeof NotificationCode[keyof typeof NotificationCode];
//# sourceMappingURL=notification-code.d.ts.map