import { CzmCustomPrimitive } from "xbsj-xe2/dist-node/xe2-cesium-objects"; export declare function setCylinderGeometry(cylinderCustomPrimitive: CzmCustomPrimitive, options: { segments: number; startRadius: number; stopRadius: number; height: number; }): void;