import type { LinkNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; import type { Path, Range } from 'slate'; export declare function wrapInLink(editor: SlateEditor, props: Pick, selection?: Path | Range): void;