-spec get_proxy(atom() | binary()) -> {ok, pid()} | not_found.
-spec list_proxies() -> [{atom() | binary(), pid()}].
-spec start_proxy(atom() | binary(), node()) -> {ok, pid()} | {error, term()}.
-spec stop_proxy(atom() | binary()) -> ok.