export declare enum TEXT_TYPE {
    CSS = "text/css",
    HTML = "text/html",
    Javascript = "text/javascript",
    Plain = "text/plain",
    XML = "text/xml"
}
//# sourceMappingURL=TextType.d.ts.map