/** * Filter the array of peaks * @param {import('./Spectrum')} spectrum - array of all the peaks * @returns {array} */ export function peakPicking(spectrum: typeof import("./Spectrum")): any[]; //# sourceMappingURL=peakPicking.d.ts.map