declare type Patch = Partial | ((prev: S) => S); declare type UsePatchState = [S, (patch: Patch) => void]; export declare function usePatchState(initialState: S): UsePatchState; export {}; //# sourceMappingURL=usePatchState.d.ts.map