export declare enum HistoryEventLifecycle { CONNECT = "CONNECT", DISCONNECT = "DISCONNECT", UPDATE_TOKENS = "UPDATE_TOKENS" }