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