Represents the parameters for the "exists" function.
type ExistsParams = { tokenId: AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256"; }>;};
type tokenId = AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256";}>;