import { type ShadowMode } from './shadow-mode'; import type { HierarchyNode } from './typings/autocapture'; export declare const MAX_HIERARCHY_LENGTH = 1024; export declare function getElementProperties(element: Element | null, userMaskedAttributeNames: Set, shadow?: ShadowMode): HierarchyNode | null; export declare function getAncestors(targetEl: Element | null, shadow?: ShadowMode): Element[]; //# sourceMappingURL=hierarchy.d.ts.map