export declare function isSelectionBookmarkAttributeName(attrName: string): boolean; export declare function updateSelectionBookmarksInElement(element: Element): void; export declare function serializeSelectionBookmarksInElement(element: Element): void; export declare function deserializeSelectionBookmarksInElement(element: Element): void; export declare function removeSelectionBookmarksInElement(element: Element): void;