declare function xpath(xpath: string): HTMLElement[];

export = xpath;
