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