ProductSearchHit: {
    currency?: string;
    hitType?: string;
    image?: Image$0;
    orderable?: boolean;
    price?: number;
    priceMax?: number;
    prices?: {} & {
        [key: string]: any;
    };
    productId: string;
    productName?: string;
    productType?: ProductType$1;
    representedProduct?: ProductRef;
    representedProducts?: ProductRef[];
    variationAttributes?: VariationAttribute$1[];
} & {
    [key: string]: any;
}