import type { UniqueIdentifier } from '@dnd-kit/core'; export declare function itemsEqual(a: UniqueIdentifier[], b: UniqueIdentifier[]): boolean;