export class WebGLShader { constructor(gl: any, type: string, string: string); }