export declare const convertISProduct: (product: BiggySearchProduct, tradePolicy?: string | undefined, indexingType?: IndexingType | undefined) => SearchProduct & {
    [key: string]: any;
    cacheId?: string | undefined;
};
