export declare class ScriptConstant { static readonly cssProperty = "css"; static readonly cssPropertyAbsolute = "cssAbsolute"; static readonly jsProperty = "js"; static readonly donotLoad = "donot-load"; static importUrls: ({ type: string; url: string; async: boolean; } | { type: string; url: string; async?: undefined; })[]; } //# sourceMappingURL=script.const.d.ts.map