import type { BlendFunction } from "postprocessing"; export type NoiseEffectProps = { blendFunction?: BlendFunction; premultiply?: boolean; };