import type { Draft } from 'immer'; import type { State } from '../Reducer.js'; export declare function getActiveSpectraAsObject(state: Draft | State): Record | null; //# sourceMappingURL=getActiveSpectraAsObject.d.ts.map