import { IUniform, Texture } from "three"; export const ExposureShader: { name: "ExposureShader"; uniforms: { tDiffuse: IUniform; exposure: IUniform; }; vertexShader: string; fragmentShader: string; };