import { Geometry } from "../Geometry.ts"; /** Outputs non-indexed line segments for every triangle edge of a Geometry. */ export declare class WireframeGeometry extends Geometry { type: string; parameters: Record; constructor(geometry: Geometry); } //# sourceMappingURL=WireframeGeometry.d.ts.map