import type { Info1D, Info2D } from '@zakodium/nmr-types'; import type { MainTool } from '../toolbar/ToolTypes.js'; type SpectrumInfo = Info1D | Info2D; export interface CheckOptions { checkSpectrumType?: boolean; checkMode?: boolean; extraInfoCheckParameters?: SpectrumInfo; } export declare function useCheckToolsVisibility(): (toolKey: MainTool, checkOptions?: CheckOptions) => boolean; export {}; //# sourceMappingURL=useCheckToolsVisibility.d.ts.map