/** * Returns a number determining how similiar the second string is to the first (0-1) * @param first The first string * @param second The second string * @returns Similarity determiner */ export declare function stringSimilarity(first: string, second: string): number; //# sourceMappingURL=stringSimilarity.d.ts.map