/**lower - better * @param output_terms if terms were transformed, here could be the original terms */ export declare function LevenshteinDistanceSorting(terms: string[], query: string, output_terms?: T[]): [number, T][];