Represents the parameters for the "maxWithdraw" function.
type MaxWithdrawParams = { owner: AbiParameterToPrimitiveType<{ internalType: "address"; name: "owner"; type: "address"; }>;};