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