export class WebGLUtils {

	constructor( gl: WebGLRenderingContext | WebGL2RenderingContext, extensions: any, capabilities: any );

	convert( p: any ): void;

}
