import { IUniform } from "@easytwin/three"; export const AfterimageShader: { name: string; uniforms: { damp: IUniform; tOld: IUniform; tNew: IUniform; }; vertexShader: string; fragmentShader: string; };