/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.awt.image { export type BufferedImage = any; export type Raster = any; } }