import type { Correlation } from '../../types/correlation.js'; /** * Removes all attachments of a correlation. * * @param {Correlation} correlation */ export declare function removeAttachments(correlation: Correlation): Correlation; //# sourceMappingURL=removeAttachments.d.ts.map