import RPCClient from "../rpcclient";
/**
 * Namespace holds common namespace
 * members and methods.
 *
 * @export
 * @class Namespace
 */
export default class Namespace {
    protected client: RPCClient;
}
