export declare enum ProcessEvent {
    EXCEPTION = "uncaughtException",
    REJECTION = "unhandledRejection",
    DISCONNECTED = "disconnected",
    ERROR = "error",
    SIGTERM = "SIGTERM",
    SIGINT = "SIGINT"
}
