export declare function CosineTextSimilarityScore(tokenized_term: string[], tokenized_query: string[]): number;