import type { SchemaValue } from "../core/index.js"; import type { KeyedArraysMap } from "./model.js"; export declare const UNCHANGED: unique symbol; export declare function createSchemaValuesReconciler(keyedArraysMap: KeyedArraysMap): (target: SchemaValue | undefined, source: SchemaValue | undefined) => SchemaValue | undefined | typeof UNCHANGED;