declare class Shader { constructor(gl: WebGLRenderingContext, type: number, glslString: string); } export { Shader };