import type { IndexedGeomInfo } from "./api.mjs"; export declare const disc: ({ segments, radius, theta }?: { segments?: number | undefined; radius?: number | undefined; theta?: number | undefined; }) => IndexedGeomInfo;