import { type SlateEditor } from '@udecode/plate-common'; import type { Descendant } from 'slate'; export declare function isEditorValueEqual(editor: SlateEditor, a: T[], b: T[]): boolean;