export declare enum ProcessEventType {
    None = "NONE",
    Spawn = "SPAWN",
    Disconnect = "DISCONNECT",
    DataReceive = "DATA_RECEIVE",
    Error = "ERROR",
    Exit = "EXIT",
    Close = "CLOSE"
}
//# sourceMappingURL=process-event-type.e.d.ts.map