/** * 获取元素的XPath路径 * @param element dom元素 */ export declare function readXPath(element: HTMLElement): any; export declare function parseXPaths(paths: string[]): Node[]; //# sourceMappingURL=xp.d.ts.map