import type { IndexedGeomInfo } from "./api.mjs"; export declare const truncatedCone: (bottomRadius?: number, topRadius?: number, height?: number, radialSubdivisions?: number, verticalSubdivisions?: number, opt_topCap?: boolean, opt_bottomCap?: boolean) => IndexedGeomInfo;