import { UserActions } from '../actions/index';
import { ProductInterestSearchResult } from '../../../model/product-interest.model';
export declare const initialState: ProductInterestSearchResult;
export declare function reducer(state: ProductInterestSearchResult, action: UserActions.ProductInterestsAction): ProductInterestSearchResult;
