# typed: strict
# frozen_string_literal: true

module RuboCop
  module Modularization
    module Private
    end

    private_constant :Private
  end
end