import "./ShadersInclude/clipPlaneVertexDeclaration2"; import "./ShadersInclude/fogVertexDeclaration"; import "./ShadersInclude/logDepthDeclaration"; import "./ShadersInclude/clipPlaneVertex"; import "./ShadersInclude/fogVertex"; import "./ShadersInclude/logDepthVertex"; /** @internal */ export declare const gpuRenderParticlesVertexShader: { name: string; shader: string; };