/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.util.stream { export type Stream = any; } }