import { TempNode, NodeBuilder, TextureNode } from 'three/webgpu'; export declare class LensGhostNode extends TempNode { static get type(): string; inputNode?: TextureNode | null; intensity: import('three/webgpu').UniformNode; constructor(inputNode?: TextureNode | null); setup(builder: NodeBuilder): unknown; }