/** * Move to the given element with an optional offset on a X and Y position * @param {String} selector Element selector * @param {String} x X coordinate to move to * @param {String} y Y coordinate to move to */ export declare function moveTo(selector: string, x: string, y: string): Promise; //# sourceMappingURL=moveTo.d.ts.map