import { Product } from "../models/fullTextSearch"; import { Channel } from "../models/common"; interface GetLookALikeProps { viewedProductId: string | number; uuid: string; storeID: number; hasShopifyMarkets?: boolean; companyLocationContext?: number; channel?: Channel; } export declare const debugVersion: string; export declare const LookAlikeProductRecommendation: { getLookALike: ({ viewedProductId, storeID, uuid, hasShopifyMarkets, companyLocationContext, channel }: GetLookALikeProps) => Promise; }; export {};