import type { BufferGeometry } from 'three/webgpu'; import type { VOBufferPool } from './VOBufferPool.js'; import type { BufferLike } from './types.js'; export declare function initializeAttributes(geometry: BufferGeometry, pool: VOBufferPool, buffers: Map, bufferSerials: Map): void; //# sourceMappingURL=initializeAttributes.d.ts.map