import type { Values } from '../../types/correlation.js'; /** * Sets the attachment information (indices of attached atoms). * And from that, the equivalence value for protons can be set too. * * @param correlations */ export declare function setAttachmentsAndProtonEquivalences(correlations: Values): Values; //# sourceMappingURL=setAttachmentsAndProtonEquivalences.d.ts.map