import { CreateOpHubPatientAppointmentListDto } from './create-op-hub-patient-appointment-list.dto';
declare const UpdateOpHubPatientAppointmentListDto_base: import("@nestjs/common").Type<Partial<CreateOpHubPatientAppointmentListDto>>;
export declare class UpdateOpHubPatientAppointmentListDto extends UpdateOpHubPatientAppointmentListDto_base {
}
export {};
