import { IAppointment, IOperationOutcomeIssue } from 'fhirtypes/dist/r4';
/**
 * @description Validates the Appointment model
 * @param dataToValidate - the Appointment model to validate
 * @param path - the path to the model
 * @param errors - the errors array
 */
export declare function AppointmentValidator<T extends IAppointment>(dataToValidate: T, path?: string, errors?: IOperationOutcomeIssue[]): void;
