import thresholdFrag from './threshold.frag'; import thresholdVert from './threshold.vert'; export * from './ThresholdPass'; export { thresholdFrag, thresholdVert }; //# sourceMappingURL=index.d.ts.map