export declare function LevenshteinDistanceScore(term: string, query: string): number;