declare namespace com {
    namespace rabbitmq {
        namespace client {
            namespace impl {
                /**
                 * Exception thrown when {@link WorkPool} enqueueing times out.
                 */
                // @ts-ignore
                class WorkPoolFullException extends java.lang.RuntimeException {
                    // @ts-ignore
                    constructor(msg: java.lang.String | string)
                }
            }
        }
    }
}
