type ShardedSnapshot = { shardedMerkleInfo: ShardedMerkleTreeInfo; uri: string;};
type shardedMerkleInfo = ShardedMerkleTreeInfo;
type uri = string;