export declare enum SCRIPT_TYPE {
    TEXT_JAVASCRIPT = "text/javascript",
    TEXT_PLAIN = "text/plain"
}
