import type { ColorNode } from './types.js'; /** Wrap an SMAANode that applies subpixel morphological anti-aliasing with higher-quality edges than FXAA. @remarks Requires the WebGPU renderer (three/webgpu) and ships via the 'threejs-scenes/webgpu' entry point. */ export declare function createSmaa(input: ColorNode): import("three/addons/tsl/display/SMAANode.js").SMAANode; //# sourceMappingURL=smaa.d.ts.map