export declare const enum ValueCharacterEncoding { Utf8 = "UTF-8", Unicode = "UNICODE", Ansel = "ANSEL", Ascii = "ASCII", Ansi = "ANSI" }