export interface IUseStoreOptions {
  subscribe?: boolean;
}
