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