import type { VertexObjectDescription, VO } from './types.js'; import { VOBufferGeometry } from './VOBufferGeometry.js'; import type { VertexObjectDescriptor } from './VertexObjectDescriptor.js'; import { VertexObjectPool } from './VertexObjectPool.js'; export declare class VertexObjectGeometry extends VOBufferGeometry { readonly pool: VertexObjectPool; constructor(source: VertexObjectPool | VertexObjectDescriptor | VertexObjectDescription, capacity: number); } //# sourceMappingURL=VertexObjectGeometry.d.ts.map