export * from './text-common';
export declare namespace encoding {
    const ISO_8859_1 = "ISO-8859-1";
    const US_ASCII = "US-ASCII";
    const UTF_16 = "UTF-16";
    const UTF_16BE = "UTF-16BE";
    const UTF_16LE = "UTF-16LE";
    const UTF_8 = "UTF-8";
}
