import { Occ } from '@spartacus/core';
export declare const createProductInterestEntry: (additionalData?: Occ.ProductInterestEntry) => Occ.ProductInterestEntry;
export declare const createProductInterestEntryRelation: (additionalData?: Occ.ProductInterestEntryRelation) => Occ.ProductInterestEntryRelation;
export declare const productInterestSearchResult: (additionalData?: Occ.ProductInterestSearchResult) => Occ.ProductInterestSearchResult;
