import PointPathSegment from "./PointPathSegment"; export default class LineToPathSegment extends PointPathSegment { toString(): string; }