/** * This code requires the use of an array like [[x1,y1],[x2,y2], ...] * If it is not the right format, we will just convert it * Otherwise we return the correct format * @param {Peaks} peaks * @returns [number[], number[]] */ export function checkPeaks(peaks: Peaks): any[]; //# sourceMappingURL=checkPeaks.d.ts.map