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