type MapToRecommendations = { hits: THit[]; indexName: string; maxRecommendations?: number; queryID?: string; }; export declare function mapByScoreToRecommendations({ hits, indexName, maxRecommendations, queryID, }: MapToRecommendations): THit[]; export {};