export declare const levenshteinDistance: (s1: string, s2: string) => number;