module: {
    getFile: ((invoker, wrapper, path) => Promise<Result<null | Uint8Array, WrapError>>);
    tryResolveUri: ((invoker, wrapper, uri) => Promise<Result<UriResolverInterface.MaybeUriOrManifest, WrapError>>);
} = ...

Type declaration

Generated using TypeDoc