export interface IGetRecommendationsOpts { config: string; } export default function getRecommendations(opts: IGetRecommendationsOpts): Promise;