sig
  module Intersect :
    sig
      type t = { params : string list; with_headers : bool; }
      val default : Biokepi_bfx_tools.Bedtools.Configuration.Intersect.t
      val render :
        Biokepi_bfx_tools.Bedtools.Configuration.Intersect.t -> string
    end
end