import { CommentAnchor } from '../extensions/comment/comment-decoration-plugin'; import { SerializedCommentAnchor } from '../types'; export declare const getSerializedCommentAnchorsKey: (anchors?: SerializedCommentAnchor[]) => string | null; export declare const deserializeCommentAnchors: (anchors?: SerializedCommentAnchor[]) => CommentAnchor[];