import { Geometry } from "../Geometry.ts"; /** * Extracts edges from a Geometry where adjacent face normals differ by more * than thresholdAngle degrees. */ export declare class EdgesGeometry extends Geometry { type: string; parameters: Record; constructor(geometry: Geometry, thresholdAngle?: number); } //# sourceMappingURL=EdgesGeometry.d.ts.map