export declare enum Encodings { UTF8 = "utf8", UTF16 = "utf16", UNICODE = "unicode", ASCII = "ascii", UCS2 = "ucs2" } //# sourceMappingURL=encodings.enum.d.ts.map