export declare enum PageVisitErrorSource { XMLHttpRequest = "XMLHttpRequest", ErrorEvent = "ErrorEvent", UnhandledRejectionError = "UnhandledRejectionError", Event = "Event", Response = "Response", WrappedException = "WrappedException", FetchException = "FetchException", ErrorLogEvent = "ErrorLogEvent", CustomError = "CustomError", ReactError = "ReactError", VueError = "VueError", PageCheckError = "PageCheckError" }