import { BufferGeometry } from "@easytwin/three"; export class TessellateModifier { constructor(maxEdgeLength?: number, maxIterations?: number); maxEdgeLength: number; maxIterations: number; modify(geometry: TGeometry): TGeometry; }