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