declare namespace com {
    namespace rabbitmq {
        namespace client {
            namespace impl {
                /**
                 * Default implementation of {@link com.rabbitmq.client.ExceptionHandler}
                 * used by {@link AMQConnection}.
                 */
                // @ts-ignore
                class DefaultExceptionHandler extends com.rabbitmq.client.impl.StrictExceptionHandler implements com.rabbitmq.client.ExceptionHandler {
                    // @ts-ignore
                    constructor()
                }
            }
        }
    }
}
