export declare const getSelectorTextFromShadowRoot: (selector: string, shadowRoot: ShadowRoot) => string;
