/// import { AnyAction, Store } from 'redux'; import { MakeStore } from 'next-redux-wrapper'; export { HYDRATE } from 'next-redux-wrapper'; export declare const creatWowgoStoreForNextjs: (reducer: (initialState: any, action: any) => (any)) => MakeStore; export declare const WowgoWrapper: (storeForNextjs: MakeStore) => { getServerSideProps:

(callback: (context: import("next-redux-wrapper").GetServerSidePropsContext & { store: Store; }) => void | P) => import("next").GetServerSideProps; getStaticProps: (callback: (context: import("next-redux-wrapper").GetStaticPropsContext & { store: Store; }) => void | P_1) => import("next").GetStaticProps; withRedux: (Component: any) => any; };