export declare function cloneNode(dom: Element): Element;
export declare function getShadowDomCSSTextMap(): Map<string, Array<string>>;
