import type { DocHandle } from '@automerge/automerge-repo'; import * as Schema from 'effect/Schema'; import type { DocumentContent, Entity } from './types.js'; /** * Update an existing entity model of given type in the repo. */ export declare const update: (handle: DocHandle, type: S) => (id: string, data: Schema.Simplify>>) => Entity; //# sourceMappingURL=update.d.ts.map