import type { Result } from '@chzky/core'; import type { Draft, Immutable } from '../../../mod.js'; import { IllegalOperatError } from '@chzky/core'; export declare function immut_produce(data: Immutable, fn: (draft: Draft) => R): Result, IllegalOperatError>; //# sourceMappingURL=core.d.ts.map