import { Uniform } from 'three'; export const CopyShader: { uniforms: { tDiffuse: Uniform; opacity: Uniform; }; vertexShader: string; fragmentShader: string; };