import type { Correlation } from '../../types/correlation.js'; /** * Removes an attachment index. * * @param {Correlation} correlation * @param {string} atomType * @param {number} attachment */ export declare function removeAttachment(correlation: Correlation, atomType: string, attachment: number): Correlation; //# sourceMappingURL=removeAttachment.d.ts.map