import { EventName, Report } from "../../models/events"; import { SDKUtils } from "../../models/common"; interface ReportEvent { self: SDKUtils; report: Report; } export declare const SPAOnlyReports: Set; export declare const event: ({ report, self }: ReportEvent) => void; export declare function reportEvent({ report, self }: ReportEvent): void; export {};