declare namespace com {
    namespace rabbitmq {
        namespace client {
            namespace impl {
                namespace nio {
                    // @ts-ignore
                    class SocketChannelRegistration extends java.lang.Object {
                        // @ts-ignore
                        constructor(state: com.rabbitmq.client.impl.nio.SocketChannelFrameHandlerState, operations: number /*int*/)
                        // @ts-ignore
                        public equals(o: java.lang.Object | any): boolean
                        // @ts-ignore
                        public hashCode(): number /*int*/
                    }
                }
            }
        }
    }
}
