import { ViewedStatisticType } from '../extensibility';
export declare module Statistics {
    interface IViewedStatisticUpdateInfo {
        objectIds?: Array<string>;
        lastViewed?: Date;
        lastRead?: Date;
        recentSiteUrl?: string;
        recentSiteTemplate?: string;
        viewedStatisticType?: ViewedStatisticType;
    }
    interface IStatisticsProviderSetting {
        analyticScript?: string;
        updatePageViewScript?: string;
    }
}
