export {diffPatch, diffValue} from './diffPatch.js'
export {DiffError} from './diffError.js'

export type {SanityPatch, SanityPatchMutation, SanityPatchOperations} from './patches.js'

export type {DocumentStub, PatchOptions} from './diffPatch.js'

export type {Path, PathSegment} from './paths.js'
