/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.nio.channels { export type FileChannel = any; } }