import type { ItemsRef, Value } from "./FormDefinition"; export declare function arrayEqual(arr1: string[], arr2: string[]): boolean; export declare function areValuesEqual(elementValue: Value | undefined, newValue: ItemsRef | undefined): boolean;