import type { IndexedGeomInfo } from "./api.mjs"; export declare const sphere: ({ numRings, numSegments }?: { numRings?: number | undefined; numSegments?: number | undefined; }) => IndexedGeomInfo;