import type { Correlation } from '../../types/correlation.js'; /** * Adds an attachment for a certain atom type to a correlation. * * @param {Correlation} correlation * @param {string} atomType * @param {number} attachment */ export declare function addAttachment(correlation: Correlation, atomType: string, attachment: number): Correlation; //# sourceMappingURL=addAttachment.d.ts.map