import { CreateOpHubSendNotificationDto } from './create-op-hub-send-notification.dto';
declare const UpdateOpHubSendNotificationDto_base: import("@nestjs/common").Type<Partial<CreateOpHubSendNotificationDto>>;
export declare class UpdateOpHubSendNotificationDto extends UpdateOpHubSendNotificationDto_base {
}
export {};
