import { ILocation } from "selenium-webdriver";
import { ChartAtom } from "../atoms/chart.atom";
export declare class ZoomBooster {
    static zoom(chart: ChartAtom, from: ILocation, to: ILocation): Promise<void>;
}
