import { Mark } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { anchor: { removeAnchor(): ReturnType; setAnchor(id: string): ReturnType; }; } } export declare const TuiJumpAnchor: Mark;