import type { IAddRecommendationViewEvent } from './types'; import { Event } from './Event'; export declare class AddRecommendationViewEvent extends Event { constructor({ event_properties }: IAddRecommendationViewEvent); } //# sourceMappingURL=AddRecommendationViewEvent.d.ts.map