sig
  type t
  val create :
    Rpc.Connection.t ->
    Versioned_rpc.Both_convert.Connection_with_menu.t
    Import.Deferred.Or_error.t
  val connection :
    Versioned_rpc.Both_convert.Connection_with_menu.t -> Rpc.Connection.t
  val menu :
    Versioned_rpc.Both_convert.Connection_with_menu.t -> Versioned_rpc.Menu.t
end