import { CommonEmotionAI } from './CommonEmotionAI'; import { IPageView } from './hit/IPageView'; export declare class EmotionAI extends CommonEmotionAI { cleanup(): void; protected processPageView(currentPage: Omit): Promise; protected startCollectingEAIData(visitorId: string, currentPage?: Omit): Promise; protected removeListeners(): void; }