import { IStateliStoreBase } from './i-stateli-store-base'; export interface IStateliSnapshotStore extends IStateliStoreBase { snapshot: RootState; }