import { StoreApi } from 'zustand'; import { SetImmerState, StateCreatorWithDevtools } from '../types'; export declare const immerMiddleware: (config: StateCreatorWithDevtools, () => T, StoreApi>) => StateCreatorWithDevtools(partial: T | Partial | ((state: T) => T | Partial), replace?: boolean | undefined, action?: A | undefined) => void, import("zustand").GetState, StoreApi>; //# sourceMappingURL=immer.middleware.d.ts.map