import type { Correlation } from '../../types/correlation.js'; /** * Removes a link by id search. * * @param {Correlation} correlation * @param {string} id */ export declare function removeLink(correlation: Correlation, id: string): Correlation; //# sourceMappingURL=removeLink.d.ts.map