export declare enum EthosConnectStatus { Loading = "loading", NoConnection = "no_connection", Connected = "connected" }