/**
* Activates `Range.prototype.cloneContents` override that ensures in the cloned contents:
* - there are no
children elements without parent element
* - there are no elements without parent or elements
*/
export declare function patchRangeCloneContents(): () => void;