declare enum HostType {
    BRIDGE = 0,
    STANDALONE = 1
}
export default HostType;
