# typed: strict

module OS
  module Mac
    class Version
      sig { returns(Token) }
      def major; end
    end
  end
end
