sig
  type t = private OBus_proxy.proxy
  external of_proxy : OBus_proxy.proxy -> t = "%identity"
  external to_proxy : t -> OBus_proxy.proxy = "%identity"
  val need_secrets : t -> (string * string) Lwt.t
  val set_ip4_config :
    t -> config:(string * OBus_value.V.single) list -> unit Lwt.t
  val set_state : t -> state:int -> unit Lwt.t
end