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