import type { Pass } from 'three/addons/postprocessing/Pass.js'; export type SMAAOptions = Record; export declare function createSMAA(_options?: SMAAOptions): Pass; //# sourceMappingURL=smaa.d.ts.map