export declare const speckleTemporalSupersamplingVert = "\n varying vec2 Uv;\n \n void main() {\n Uv = uv;\n gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);\n }";