export declare const addHighlight: (range: Range, element: HTMLElement) => void;
export declare const isHighlightable: (range: Range) => boolean;
