declare namespace com {
    namespace rabbitmq {
        namespace tools {
            namespace json {
                /**
                 * Will be removed in 6.0
                 * @deprecated Use a third-party JSON library, e.g. Jackson or Gson
                 */
                // @ts-ignore
                class JSONReader extends java.lang.Object {
                    // @ts-ignore
                    constructor()
                    // @ts-ignore
                    public read(string: java.lang.String | string): any
                }
            }
        }
    }
}
