# Functions
NewStore returns a new store.
ReportEventReceived reports that an event is received.
# Interfaces
ConsistentIndexGetter is an interface that wraps the Get method.
ConsistentWatchableKV is a WatchableKV that understands the consistency algorithm and consistent index.
Watchable is the interface that wraps the NewWatchStream function.
WatchableKV is a KV that can be watched.