#import { Module } into FileSystem from "ens/fs.polywrap.eth" type Module { tryResolveUri( authority: String! path: String! ): MaybeUriOrManifest getFile( path: String! ): Bytes } type MaybeUriOrManifest { uri: String manifest: Bytes }