import { Store } from 'redux'; import { IState } from '../types'; /** * MiddleWare for Page domain. * * Currently listening for actions: * - UPDATE_PAGE_PROPERTY * * @param {Store} store */ export declare const pageMiddleware: (store: Store) => (next: any) => (action: any) => Promise; //# sourceMappingURL=middleware.d.ts.map