export declare function NGramCosineScore(n_gram_counts_tokenized_term: Map, n_gram_counts_tokenized_query: Map): number;