declare namespace org { namespace springframework { namespace jdbc { namespace config { /** * {@link NamespaceHandler} for JDBC configuration namespace. * @author Oliver Gierke * @author Dave Syer */ // @ts-ignore class JdbcNamespaceHandler extends NamespaceHandlerSupport { // @ts-ignore constructor() // @ts-ignore public init(): void } } } } }