export { moveTo, instantiateCursor }; declare function instantiateCursor(driver: any, options?: any): Promise; declare function moveTo({ config, step, driver, element }: { config: any; step: any; driver: any; element: any; }): Promise<{ status: string; description: string; }>; //# sourceMappingURL=moveTo.d.ts.map