export interface IMutationObserverBaseOptions { target: Element | ShadowRoot | DocumentFragment | Document | string; }