importtype { GlRenderingContext } from'../../context/GlRenderingContext';
/**
* returns a little WebGL context to use for program inspection.
* @static
* @private
* @returns {WebGLRenderingContext} a gl context to test with
*/exportdeclarefunctiongetTestContext(): GlRenderingContext;