import type { EventTypes } from '../../types'; export declare function resetVolumeNewImageState(viewportId: string): void; declare function volumeNewImageEventDispatcher(cameraEvent: EventTypes.CameraModifiedEvent): void; export default volumeNewImageEventDispatcher;