Represents the parameters for the "getRoyaltyInfoForToken" function.
type GetRoyaltyInfoForTokenParams = { tokenId: AbiParameterToPrimitiveType<{ name: "_tokenId"; type: "uint256"; }>;};
type tokenId = AbiParameterToPrimitiveType<{ name: "_tokenId"; type: "uint256";}>;