import type { Pass } from 'three/addons/postprocessing/Pass.js'; export interface SobelOptions { width?: number; height?: number; } export declare function createSobel(options?: SobelOptions): Pass; //# sourceMappingURL=sobel.d.ts.map