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