import { options } from '../toolbar/ToolTypes.js'; export default function useToolsFunctions(): { handleChangeOption: (selectedTool: keyof typeof options) => void; handleFullZoomOut: () => void; changeDisplayViewModeHandler: () => void; changeSpectrumViewHandler: () => void; alignSpectraVerticallyHandler: () => void; isRealSpectrumShown: boolean; }; //# sourceMappingURL=useToolsFunctions.d.ts.map