import { type SceneControl } from '@anov/3d-core'; declare const addBrightnessContrastPass: (brightness: number, sceneControl: SceneControl) => { clean: () => void; }; export default addBrightnessContrastPass;