import { Point } from "@computer-use/shared"; export declare class LineHelper { constructor(); straightLine(from: Point, to: Point): Point[]; }