import { B as Value, K as Constrain, N as Path, r as Store } from "./store-21GsOOLS.cjs"; import { Draft } from "mutative"; //#region src/mutative/mutativeMethods.d.ts type Mutation = (draft: Draft) => void; declare function update(this: Store, mutation: Mutation): void; declare function update(this: Store, path: Constrain>, mutation: Mutation>): void; declare const mutativeMethods: { update: typeof update; }; //#endregion export { mutativeMethods as n, Mutation as t }; //# sourceMappingURL=mutativeMethods-Do8JiJ5A.d.cts.map