Represents the parameters for the "changeRecoveryAddress" function.
type ChangeRecoveryAddressParams = WithOverrides<{ recovery: AbiParameterToPrimitiveType<{ name: "recovery"; type: "address"; }>;}>;