sig
  type t = {
    ready : Import.File_descr.t list;
    bad : Import.File_descr.t list;
  }
  val sexp_of_t : File_descr_watcher_intf.Post.t -> Sexplib.Sexp.t
  val empty : File_descr_watcher_intf.Post.t
end