declare var _default: "void mapXyzw2DV(vec4 xyzw, out vec2 xy, out float z) {\n xy = xyzw.xy;\n z = xyzw.z;\n}\n\n"; export default _default;