import type { Spectrum1D } from '@zakodium/nmrium-core'; import type { RangeDetectionResult } from '../../../types/data1d/index.js'; interface DetectRangeOptions { from: number; to: number; } export declare function detectRange(spectrum: Spectrum1D, options: DetectRangeOptions): RangeDetectionResult; export {}; //# sourceMappingURL=detectRange.d.ts.map