import { GLBufferAttribute } from '../../thirdparty/three/imports'; export declare class GLBufferAttribute3D { _bufferAttribute: GLBufferAttribute; get array(): number[]; get count(): number; static get(bufferAttribute: GLBufferAttribute): GLBufferAttribute3D; private static _map; } //# sourceMappingURL=GLBufferAttribute3D.d.ts.map