sig
  type t =
    Import.Cluster.t = {
    master_machine : string;
    worker_machines : string list;
  }
  val bin_size_t : t -> int
  val bin_write_t_ :
    Bin_prot.Unsafe_common.sptr ->
    Bin_prot.Unsafe_common.eptr -> t -> Bin_prot.Unsafe_common.sptr
  val bin_write_t :
    Core.Std.Bin_prot.Common.buf ->
    pos:Core.Std.Bin_prot.Common.pos -> t -> Core.Std.Bin_prot.Common.pos
  val bin_writer_t : t Core.Std.Bin_prot.Type_class.writer
  val bin_read_t__ : '-> '-> '-> 'd
  val bin_read_t_ :
    Bin_prot.Unsafe_common.sptr_ptr -> Bin_prot.Unsafe_common.eptr -> t
  val bin_read_t :
    Core.Std.Bin_prot.Common.buf ->
    pos_ref:Core.Std.Bin_prot.Common.pos ref -> t
  val bin_reader_t : t Core.Std.Bin_prot.Type_class.reader
  val bin_t : t Core.Std.Bin_prot.Type_class.t
  val __t_of_sexp__ : Sexplib.Sexp.t -> t
  val t_of_sexp : Sexplib.Sexp.t -> t
  val sexp_of_t : t -> Sexplib.Sexp.t
end