import Store, { StoreCollection } from '@anew/store';
export declare type AnyStore = Store<any, any, any, any> | StoreCollection<any>;
