import type { RichTextEditor } from '../../../text-editor/types'; /** * unwrapDTRNode will remove a node's wrapping DTR element for a given DTR ID */ export declare const unwrapDTRNode: (editor: RichTextEditor, id: number) => void;