import { CreateOpHubAppointmentStatusDto } from './create-op-hub-appointment-status.dto';
declare const UpdateOpHubAppointmentStatusDto_base: import("@nestjs/common").Type<Partial<CreateOpHubAppointmentStatusDto>>;
export declare class UpdateOpHubAppointmentStatusDto extends UpdateOpHubAppointmentStatusDto_base {
}
export {};
