export declare enum RedisClientEvents {
    Connect = "connect",
    End = "end",
    Reconnecting = "reconnecting",
    Error = "error"
}
