import type { MeasurementXY } from 'cheminfo-types'; import type { SpectrumSelector } from '../types/SpectrumSelector.js'; /** * Retrieve the spectrum with only X/Y data that match all the selectors * If more than one variable match the selector the 'x' or 'y' variable will be * taken * @param spectra * @param selector */ export declare function getXYSpectra(spectra?: MeasurementXY[], selector?: SpectrumSelector): MeasurementXY[]; //# sourceMappingURL=getXYSpectra.d.ts.map