export declare function rootAnchorSelector(selectorRoot: Element | null): string | null; export declare function selectorForElement(el: Element, selectorRoot: Element | null, rootAnchor: string | null): string | undefined; export declare function textrefForSelector(selector: string | undefined, el: Element): string | undefined;