import type { ColorNode } from './types.js'; /** Options for {@link createAnamorphic}. */ export interface AnamorphicOptions { threshold?: number; scale?: number; samples?: number; resolutionScale?: number; } /** Wrap an AnamorphicNode that produces horizontal streak lens flares from bright highlights. @remarks Requires the WebGPU renderer (three/webgpu) and ships via the 'threejs-scenes/webgpu' entry point. */ export declare function createAnamorphic(input: ColorNode, options?: AnamorphicOptions): import("three/addons/tsl/display/AnamorphicNode.js").default; //# sourceMappingURL=anamorphic.d.ts.map