export declare class WebGLUtils {
    static vertexShader(): string;
    static fragmentShader(): string;
}
