import Geometry from "../Geometries/Geometry"; interface MeshSimplifier { simplify(geometry: Geometry): this; } export default MeshSimplifier;