import type { GalleryNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; export declare function updateGallery(editor: SlateEditor, changes: Partial>): void;