import { ILocation } from "selenium-webdriver"; import { ChartAtom } from "../atoms/chart.atom"; export declare class InteractiveBooster { static hover(chart: ChartAtom, location: ILocation): Promise; }