// SPDX-License-Identifier: MIT pragma solidity ^0.8.15; interface ITokenMetadataInternal { event URI(string value, uint256 indexed tokenId); }