import type { ColorNode } from './types.js'; /** Wrap an FXAANode that applies fast-approximate anti-aliasing on the final image. Apply last, on display-space colour. @remarks Requires the WebGPU renderer (three/webgpu) and ships via the 'threejs-scenes/webgpu' entry point. */ export declare function createFxaa(input: ColorNode): import("three/addons/tsl/display/FXAANode.js").default; //# sourceMappingURL=fxaa.d.ts.map