declare function xpath(xpath: string): HTMLElement[]; declare function xpath(node: ChildNode, optimized?: boolean): string; export default xpath;