import type { FromTo } from 'cheminfo-types'; import type { Values } from '../../types/correlation.js'; export declare function setPathLength(correlations: Values, signalID: string, pathLength: FromTo | undefined): Values; //# sourceMappingURL=setPathLength.d.ts.map