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