import type { IAddPageViewEvent } from './types'; import { Event } from './Event'; export declare class AddPageViewEvent extends Event { constructor({ pageType, event_properties }: IAddPageViewEvent); } //# sourceMappingURL=AddPageViewEvent.d.ts.map