import { Editor, BlockElement } from "../../interface"; export declare function updateRemoteCaret(editor: Editor): void; export declare function highlightRemoteCaret(editor: Editor, userId: string): void; export declare function updateBlockRemoteCaret(editor: Editor, block: BlockElement): void;