import { CreateVehicleStatusDto } from "./create-vehicle-status.dto";
declare const UpdateVehicleStatusDto_base: import("@nestjs/common").Type<Partial<CreateVehicleStatusDto>>;
export declare class UpdateVehicleStatusDto extends UpdateVehicleStatusDto_base {
}
export {};
