import { type Fragment } from '@tiptap/pm/model'; import { type EditorState } from '@tiptap/pm/state'; export declare function tuiGetSlicedFragment({ schema, tr }: EditorState): string; export declare function tuiGetHtmlFromFragment(fragment: Fragment, schema: EditorState['schema']): string;