import { CreateOpHubPrescriptionDto } from './create-op-hub-prescription.dto';
declare const UpdateOpHubPrescriptionDto_base: import("@nestjs/common").Type<Partial<CreateOpHubPrescriptionDto>>;
export declare class UpdateOpHubPrescriptionDto extends UpdateOpHubPrescriptionDto_base {
}
export {};
