include module type of sig ... end
module type S = Async_kernel__.Persistent_connection_intf.S
module type T = Async_kernel__.Persistent_connection_intf.T
module Rpc : S with type conn = Rpc.Connection.t and type address = Core_kernel.Host_and_port.t
module Versioned_rpc : S with type conn = Versioned_rpc.Connection_with_menu.t and type address = Core_kernel.Host_and_port.t