import { EventName, Report } from "../../models/events"; import { SDKUtils } from "../../models/common"; export declare function saveEvent(report: Report, self?: SDKUtils): void; export declare const postLoad: (self: SDKUtils) => void; export declare const postLoadCallback: ({ eventName, promise, callback, UUID }: { eventName: EventName; promise: Promise; callback: any; UUID: string; }) => void;