import { Recommendation } from './Recommendation';
/** Array of Recommendation objects */
export interface Recommendations {
    /**  */
    recommendations: Recommendation[];
}
//# sourceMappingURL=Recommendations.d.ts.map