import { IQueryResult, RecommendationType } from "../app"; export default function withRecommendationType(recommendationType: RecommendationType, items: AsyncIterable): AsyncIterable;