import { LookALikeProps, SDKUtils } from "../../models/common"; interface Props extends LookALikeProps { self: SDKUtils; } export declare const lookAlikeProductRecommendation: ({ self, callback, viewedProductId }: Props) => void; export {};