export declare const fragmentShader = "void main() {\n\tgl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);\n\tdiscard;\n}\n";
