# typed: strong # frozen_string_literal: true

module Lumise

module L
  sig { returns Configurations }
  def l
  end
end

end