export declare function NGramJaccardScore(n_gram_set_tokenized_term: Set, n_gram_set_tokenized_query: Set): number;