import { Client } from "./client";
import { Hub } from "./hub";
export default {
  Client,
  Hub,
  _VERSION: "VERSION"
};
