declare namespace org { namespace eclipse { namespace jetty { namespace util { namespace thread { class ShutdownThread extends java.lang.Thread { public static getInstance(): org.eclipse.jetty.util.thread.ShutdownThread public static register(...arg0: org.eclipse.jetty.util.component.LifeCycle[]): void public static register(arg0: int, ...arg1: org.eclipse.jetty.util.component.LifeCycle[]): void public static deregister(arg0: org.eclipse.jetty.util.component.LifeCycle): void public static isRegistered(arg0: org.eclipse.jetty.util.component.LifeCycle): boolean public run(): void public static class: java.lang.Class } } } } } }