/**
* Something about the Selection/Range API in browsers.
* If you want to use Highlighter in some old browsers, you may use a polyfill.
* https://caniuse.com/#search=selection
*/exportdeclareconstgetDomRange: () =>Range;
exportdeclareconstremoveSelection: () =>void;