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