import type { VOBufferPool } from './VOBufferPool.js';
import type { BufferLike } from './types.js';
export declare function selectAttributes(pool: VOBufferPool, buffers: Map<string, BufferLike>, attrNames: string[]): BufferLike[];
//# sourceMappingURL=selectAttributes.d.ts.map