export declare enum ProcessEvents {
    UncaughtException = "uncaughtException",
    UnhandledRejection = "unhandledRejection"
}
