# Functions

NewContextStore returns a new instance of ContextStoreImpl.
NewRemoteProviderStore returns a new instance of RemoteProviderStoreImpl.

# Constants

ContextRecordTag is a tag associated with every record in the store.
ContextStoreName is a JSON-LD context store name.
RemoteProviderRecordTag is a tag associated with every record in the store.
RemoteProviderStoreName is a remote provider store name.

# Type aliases

ContextStore represents a repository for JSON-LD context operations.
ContextStoreImpl is a default implementation of JSON-LD context repository.
RemoteProviderRecord is a record in store with remote provider info.
RemoteProviderStore represents a repository for remote context provider operations.
RemoteProviderStoreImpl is a default implementation of remote provider repository.