import { DiffContext, DiffPatcher } from 'jsondiffpatch'; export default function createDiffPatcher(objectHash: ((item: unknown, index: number) => string) | undefined, propertyFilter: ((name: string, context: DiffContext) => boolean) | undefined): DiffPatcher;