import type { IndexedGeomInfo } from "./api.mjs"; export declare const capsule: ({ height, radius, nx, ny, roundSegments, phi, }?: { height?: number | undefined; radius?: number | undefined; nx?: number | undefined; ny?: number | undefined; roundSegments?: number | undefined; phi?: number | undefined; }) => IndexedGeomInfo;