/**@see https://github.com/kwunshing123/jaro-winkler-typescript/blob/master/src/index.ts */ export declare function JaroWinklerScore(term: string, query: string, case_sensitive?: boolean): number;