import { PageViewDataType } from '../../kameleoonData';
import { KameleoonData, KameleoonVisitorDataType } from '../../kameleoonData/types';
export declare class PageUtils {
static getLatest(pageViewData: NonNullable<KameleoonVisitorDataType[KameleoonData.PageView]>): PageViewDataType;
}