import { BookmarkNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; import type { Presentation } from '../types'; export declare function convertWebBookmark(editor: SlateEditor, element: BookmarkNode, presentation: Presentation): void;