type ResolveArweaveSchemeOptions = { gatewayUrl?: string; uri: string;};
type gatewayUrl = string;
type uri = string;