import { C as Value, O as Constrain, g as Path, r as Store } from "./store-dThvqc0k.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-BHPlSHBi.d.cts.map