sig
  type t = {
    deletedRegion : Sarif.Region.t;
    insertedContent : Sarif.FileContent.t;
  }
  val to_yojson : Sarif.Replacement.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.Replacement.t Ppx_deriving_yojson_runtime.error_or
  val _ :
    Yojson.Safe.t -> Sarif.Replacement.t Ppx_deriving_yojson_runtime.error_or
end