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