import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { CollectionService } from './collection.service'; import { Review } from '../classes/review'; import { LanguageService } from './language.service'; import { FacebookPixelService } from './facebookPixel.service'; import { ConfService } from './conf.service'; import * as i0 from "@angular/core"; export declare class ProductService { private languageService; private http; private collectionService; private fbService; private Conf_s; language: {}; storeId: number; constructor(languageService: LanguageService, http: HttpClient, collectionService: CollectionService, fbService: FacebookPixelService, Conf_s: ConfService); static getImage(product: any, storeId?: any): string; getProduct(slug: string, variantCode?: string): Observable; getProductReview(code: string): Observable; addReview(review: Review, code: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }