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

Type declaration

Generated using TypeDoc