/** The connection state of the host */
export declare enum HostSystemConnectionState {
    'connected' = "connected",
    'disconnected' = "disconnected",
    'notResponding' = "notResponding"
}
//# sourceMappingURL=HostSystemConnectionState.d.ts.map