Represents the parameters for the "withdraw" function.
type WithdrawParams = WithOverrides<{ amount: AbiParameterToPrimitiveType<{ name: "amount"; type: "uint256"; }>;}>;