import type { Match } from '../matching/bruteForceMatch.js'; /** * Source array of matches by ascending distance. * @param matches - Array of matches to sort. * @returns Sorted copy of the array of matches. */ export declare function sortByDistance(matches: Match[]): Match[]; //# sourceMappingURL=sortByDistance.d.ts.map