export * from './text-common'; export declare namespace encoding { const ISO_8859_1 = 5; const US_ASCII = 1; const UTF_16 = 10; const UTF_16BE = 2415919360; const UTF_16LE = 2483028224; const UTF_8 = 4; }