Represents the parameters for the "burn" function.
type BurnParams = WithOverrides<{ tokenId: AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256"; }>;}>;