import type { Link } from '../../types/correlation.js'; /** * Removes all match indices in a link. * * @param {Link} link */ export declare function removeMatches(link: Link): Link; //# sourceMappingURL=removeMatches.d.ts.map