/** * returns a little WebGL context to use for program inspection. * @static * @private * @returns {WebGLRenderingContext} a gl context to test with */ export declare function getTestContext(): WebGLRenderingContext | WebGL2RenderingContext;