import { EventRequest } from './EventRequest'; import type { IAddPageViewEvent } from './types'; export declare class AddPageViewEvent extends EventRequest { constructor({ pageType, timestamp, url, ref, userProperties, eventProperties, }: IAddPageViewEvent); } //# sourceMappingURL=AddPageViewEvent.d.ts.map