export class ConeBaseGeometry extends Geometry { constructor(baseRadius: any, peakRadius: any, height: any, heightSegments: any, capSegments: any, roundedCaps: any); indices: any[]; } import { Geometry } from './geometry.js';