/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.net { export type InetSocketAddress = any; export type URI = any; } }