/** * helper utility to refetch an element and all its parent elements when running * into stale element exception errors */ export default function refetchElement(currentElement: WebdriverIO.Element, commandName: string): Promise; //# sourceMappingURL=refetchElement.d.ts.map