import { Texture } from 'three'; export declare class BloomMaskShader { uniforms: { tDiffuseSky: { type: string; value: Texture; }; tDiffuse0: { type: string; value: Texture; }; }; vertexShader: any; fragmentShader: any; }