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