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