declare namespace com {
    namespace rabbitmq {
        namespace client {
            namespace AMQP {
                // @ts-ignore
                class PROTOCOL extends java.lang.Object {
                    // @ts-ignore
                    constructor()
                    // @ts-ignore
                    public static readonly MAJOR: number /*int*/
                    // @ts-ignore
                    public static readonly MINOR: number /*int*/
                    // @ts-ignore
                    public static readonly REVISION: number /*int*/
                    // @ts-ignore
                    public static readonly PORT: number /*int*/
                }
            }
        }
    }
}
