export declare const store: any; export declare type RootState = ReturnType; export declare type AppDispatch = typeof store.dispatch;