"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function nextElement() { return this.$(function () { return this.nextElementSibling; }); } exports.default = nextElement;