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