nmr-processing 12.7.0 → 12.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -655,17 +655,6 @@ export declare interface GetPeakListOptions extends GSDOptions, OptimizePeaksOpt
655
655
  maxAbsDdY?: number;
656
656
  }
657
657
 
658
- /**
659
- * Prediction cache function that saves and loads predictions from the file system.
660
- * @param cacheFolder
661
- * @returns
662
- */
663
- export declare function getPredictionFSCache(cacheFolder: string, options?: GetPredictionFSCacheOptions): PredictionCacheFn;
664
-
665
- declare interface GetPredictionFSCacheOptions {
666
- throwIfNotInCache?: boolean;
667
- }
668
-
669
658
  export declare function getShiftX(spectrum: Entry1D): number;
670
659
 
671
660
  export declare const impurities: SolventImpurities;