/** Recommendation advice struct */
export interface RecommendationAdvice {
    /** Product identifier, usually range>line>category>subCategory>marketingName */
    id: string;
    /** Recommendation score */
    score: number;
    /** Product page url */
    url: string;
}
//# sourceMappingURL=RecommendationAdvice.d.ts.map