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