import { RematchDispatch, RematchRootState, RematchStore } from '@rematch/core'; import { RootModel } from './models'; export declare type Store = RematchStore>; export declare type Dispatch = RematchDispatch; export declare type RootState = RematchRootState; export declare const store: Store; //# sourceMappingURL=index.d.ts.map