import type { Link } from '../../types/correlation.js'; /** * Adds an index to the match array of a link. * * @param {Link} link * @param {number} index */ export declare function addMatch(link: Link, index: number): Link; //# sourceMappingURL=addMatch.d.ts.map