import { CreateServiceOrderDto } from "./create-service-order.dto";
export declare class UpdateServiceOrderDto extends CreateServiceOrderDto {
}
