import type { Correlation } from '../../types/correlation.js'; /** * Sets an attachment array for a given correlation and atom type. * * @param {Correlation} correlation * @param {string} atomType * @param {Array} attachments */ export declare function setAttachments(correlation: Correlation, atomType: string, attachments: number[]): Correlation; //# sourceMappingURL=setAttachments.d.ts.map