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