import { Vertex } from './Vertex.js'; import { ObjectType } from '../Types/ObjectType.js'; import { XYZ } from '../Math/XYZ.js'; export declare class Vertex2D extends Vertex { get objectType(): ObjectType; get subclassMarker(): string; constructor(location?: XYZ); } //# sourceMappingURL=Vertex2D.d.ts.map