export class WebGLShader { /** * @param {number} type - The type of the shader. */ constructor(type: number); #private; }