export { EffectComposer } from './composer'; export { type Pass, FivePass } from './passes/pass'; export { AdaptiveLuminancePass } from './passes/adaptive-luminance-pass'; export { EyeDomeLightingPass } from './passes/eye-dome-lighting-pass'; export { GaussianBlurPass } from './passes/gaussian-blur-pass'; export { FlowingLight2DPass, type FlowingLight2DPassLine } from './passes/flowing-light-2d-pass'; export { FlowingLight3DPass, type FlowingLight3DPassLine } from './passes/flowing-light-3d-pass'; export { FlowingFireworks3DPass } from './passes/flowing-fireworks-3d-pass';