import type { RangesViewState } from '@zakodium/nmrium-core'; import type { Draft } from 'immer'; import type { State } from '../Reducer.js'; export declare function setRangesViewProperty(draft: Draft, key: T, options: { spectrumKey?: string; value: (value: RangesViewState[T]) => RangesViewState[T]; }): void; export declare function setRangesViewProperty(draft: Draft, key: T, options: { spectrumKey?: string; value: RangesViewState[T]; }): void; export declare function initializeRangeViewObject(draft: Draft, spectrumID: string): void; //# sourceMappingURL=setRangesViewProperty.d.ts.map