/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.lang.reflect { export type Constructor = any; export type Field = any; export type Method = any; export type Type = any; } }