module Bunny
  Timeout = ::Timeout

  # Backwards compatibility
  # @private
  Timer = Timeout
end
