/**
* helper utility to refetch an element and all its parent elements when running
* into stale element exception errors
*/exportdefault function refetchElement(currentElement: WebdriverIO.Element, commandName: string): Promise<WebdriverIO.Element>;