/**
 * 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<WebdriverIO.Element>;
//# sourceMappingURL=refetchElement.d.ts.map