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