import { CreatePhrAppointmentStatusDto } from './create-phr-appointment-status.dto';
declare const UpdatePhrAppointmentStatusDto_base: import("@nestjs/common").Type<Partial<CreatePhrAppointmentStatusDto>>;
export declare class UpdatePhrAppointmentStatusDto extends UpdatePhrAppointmentStatusDto_base {
}
export {};
