export class WebGLObjects { constructor( gl: WebGLRenderingContext, properties: any, info: any ); getAttributeBuffer( attribute: any ): any; getWireframeAttribute( geometry: any ): any; update( object: any ): void; }