Represents the parameters for the "setVotingDelay" function.
type SetVotingDelayParams = WithOverrides<{ newVotingDelay: AbiParameterToPrimitiveType<{ name: "newVotingDelay"; type: "uint256"; }>;}>;