export declare type GLContext = WebGLRenderingContext | WebGL2RenderingContext; export declare function isWebgl2(context: GLContext): context is WebGL2RenderingContext;