# This file is autogenerated. Do not edit it by hand. Regenerate it with: # tapioca sync # typed: true module UNF end class UNF::Normalizer include(::Singleton) extend(::Singleton::SingletonClassMethods) def initialize; end def normalize(_, _); end def self.instance; end def self.normalize(string, form); end end UNF::VERSION = T.let(T.unsafe(nil), String)