import Store, { StoreCollection } from '@anew/store'

export type AnyStore = Store<any, any, any, any> | StoreCollection<any>
